DEPR_COMP_SRCH(SQL View) |
Index Back |
---|---|
Search record for What If depr |
SELECT DISTINCT BOOK.RUN_ID, BOOK.BUSINESS_UNIT, BOOK.ASSET_ID, ASSET.DESCR FROM PS_DEPR_BOOK BOOK, PS_ASSET ASSET WHERE BOOK.BUSINESS_UNIT = ASSET.BUSINESS_UNIT AND BOOK.ASSET_ID = ASSET.ASSET_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RUN_ID | Character(25) | VARCHAR2(25) NOT NULL | Run ID |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BU_AM_NONVW |
3 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |