RC_BP_APPL_VW(SQL View) |
Index Back |
---|---|
Business ProjectsCRM Common Object record used by Business Projects |
SELECT /*+ NO_MERGE */ DISTINCT B.FIELDNAME , B.LABEL_ID , B.SHORTNAME AS BP_APPLNAME FROM PS_RC_BP_STATUS A , PSDBFLDLABL B WHERE A.FIELDNAME2 = B.FIELDNAME AND B.DEFAULT_LABEL = 1 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
2 | LABEL_ID | Character(18) | VARCHAR2(18) NOT NULL | LABEL_ID identifies uniquness of DB Field Labels. This field is used in PSDBFLDLABL and PSDBFLDLABLLANG. |
3 | SHORTNAME | Character(15) | VARCHAR2(15) NOT NULL | Field Short Name |