PC_AM_DEFN_VW(SQL View) |
Index Back |
---|---|
Projects' Asset DefinitionsView of subset of Project Asset information. Includes Asset ID, Description and Profile ID. |
SELECT A.BUSINESS_UNIT_AM ,A.ASSET_ID ,A.DESCR ,A.PROFILE_ID ,A.DESCRSHORT FROM PS_PC_AM_DEFN A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_AM | Character(5) | VARCHAR2(5) NOT NULL |
AM Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_AM_NONVW |
2 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL |
Asset Identification
Default Value: NEXT Prompt Table: PC_ASSET_ID_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | PROFILE_ID | Character(10) | VARCHAR2(10) NOT NULL | Asset Profile ID |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |