BC_CMP_RANK_DFN(SQL Table) |
Index Back |
---|---|
Component Ranking Defn.The Component Ranking Definition is a user-defined reference table that provides the numeric equivalent and description. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | BC_CMPNT_RANK_ID | Character(10) | VARCHAR2(10) NOT NULL | Identifies the Component Ranking. |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | BC_CMPNT_RANKING | Number(2,0) | SMALLINT NOT NULL | Component Ranking numeric equivalent. |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | BC_RANK_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Component Rank Type
01=Absolute Ranking 02=Relative Ranking 03=Both Default Value: 01 |
8 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |
9 | FMS_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the original entry. |
10 | FMS_LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. |
11 | FMS_LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. |