GPFR_AF_ATR_DON(SQL Table) |
Index Back |
---|---|
Attribute Don RecordApplication Framework - This record stores the information about the Attribute and the DON associted with the attribute (Both Peoplesoft DON and Customer DON) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
2 | GPFR_AF_APPL | Character(10) | VARCHAR2(10) NOT NULL | Application Framework - Application |
3 | GPFR_AF_KEY_NODE | Number(8,0) | INTEGER NOT NULL | Application Framework - Key Node |
4 | GPFR_AF_KEY_ATTR | Number(8,0) | INTEGER NOT NULL | Application Framework - Key Attribute |
5 | GPFR_AF_APPL_VER | Number(8,0) | INTEGER NOT NULL | Application Framework - Application |
6 | GPFR_AF_DON | Character(16) | VARCHAR2(16) NOT NULL | Application Framework - Data Object Name |
7 | GPFR_AF_SQL_SEQ | Number(8,0) | INTEGER NOT NULL | Application Framework - SQL Sequence |
8 | GPFR_AF_DON_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Application Framework - DON Type (PS/Cust)
C=Customer DON P=PeopleSoft DON |
9 | COMMENTS | Long Character | CLOB | Comment |
10 | GPFR_AF_OWNER | Character(1) | VARCHAR2(1) NOT NULL |
Application Framework - Object Owner
C=Customer Maintained P=Peoplesoft Maintained |
11 | GPFR_AF_VERSION | Character(18) | VARCHAR2(18) NOT NULL | Application Framework object version. |
12 | LAST_UPDT_DTTM | DateTime(26) | TIMESTAMP | Last Updated Date-Time Stamp |
13 | LAST_UPDT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Last Updated User Name |