EXP_TYPE_PAY_METHOD |
Default Table Name | EXP_TYPE_PAY_METHOD |
Definition | Name: Expense Type Payment Methods. Description: This table contains the valid payment methods for a specific expense type. |
EXP_TYPE_PAY_METHOD Columns |
ColumnName | Domain | Datatype | NULL | Definition |
EXP_TYPE_CD![]() |
VARCHAR2(10) | NO | Name: Expense Type. Description: The expense type unique identifier. |
|
PAY_METHOD_CD![]() |
VARCHAR2(10) | NO | Name: Pay Method. Description: User-specified unique identifier for the pay method. |
|
DEFAULT_FL | VARCHAR2(1) | NO | Name: Default Flag. Description: Logical as to whether this is pay method is defaulted in Expense report wizard. |
|
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_TYPE_PAY_METHOD Primary and Unique Keys |
Key Name | Key Type | Keys |
PI_0214 | PrimaryKey | EXP_TYPE_CD, PAY_METHOD_CD |
EXP_TYPE_PAY_METHOD Foreign Keys |
Parent Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
EXP_TYPE | Identifying | One To Zero or More | F00274 | EXP_TYPE_CD | NO | NO | ||
PAY_METHOD | Identifying | One To Zero or More | F00275 | PAY_METHOD_CD | NO | NO |
Child Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |