EXP_CLASS_PAY_METHOD |
Default Table Name | EXP_CLASS_PAY_METHOD |
Definition | Name: Expense Class Pay Methods. Description: This table contains the valid expense report types for each expense class. |
EXP_CLASS_PAY_METHOD Columns |
ColumnName | Domain | Datatype | NULL | Definition |
EXP_CLASS_CD![]() |
VARCHAR2(20) | NO | Name: Expense Class. Description: User-specified unique identifier for employee expense class table. |
|
PAY_METHOD_CD![]() |
VARCHAR2(10) | NO | Name: Pay Method. Description: User-specified unique identifier for the pay method. |
|
MODIFIED_BY | VARCHAR2(20) | NO | Name: Modified By. Description: The User ID of the person who last modified this record. |
|
ROWVERSION | NUMBER(10, 0) | NO | Name: Row Version . Description: The number of times this record has been updated. |
|
TIME_STAMP | DATE | NO | Name: Time Stamp. Description: Date and time the record was last modified. |
EXP_CLASS_PAY_METHOD Primary and Unique Keys |
Key Name | Key Type | Keys |
PI_0156 | PrimaryKey | EXP_CLASS_CD, PAY_METHOD_CD |
EXP_CLASS_PAY_METHOD Foreign Keys |
Parent Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
EXP_CLASS | Identifying | One To Zero or More | F00161 | EXP_CLASS_CD | NO | NO | ||
PAY_METHOD | Identifying | One To Zero or More | F00162 | PAY_METHOD_CD | NO | NO |
Child Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |