CORRECT_EXP_RPT_EXPENSE_WARN |
Default Table Name | CORRECT_EXP_RPT_EXPENSE_WARN |
Definition | Name: Correct Expense Report Expense Warning Description: This table contains the warnings that were received related to the individual expense report expense(s). It includes standard and custom warnings. |
CORRECT_EXP_RPT_EXPENSE_WARN Columns |
ColumnName | Domain | Datatype | NULL | Definition |
EXP_RPT_ID![]() |
VARCHAR2(10) | NO | Name: Expense Report ID Description: The unique ID for expense report. |
|
EXPENSE_ID![]() |
NUMBER(10, 0) | NO | Name: Expense ID Description: The unique identifier for the expense. |
|
CORRECTION_NO![]() |
NUMBER(10, 0) | NO | Name: Correction Number Description: The unique ID for correction. |
|
WARNING_MESSAGE_ID![]() |
VARCHAR2(10) | NO | Name: Warning Id Description: The message bundle ID for warning. |
|
WARNING_EMPL_ID![]() |
VARCHAR2(20) | NO | Name: Employee ID Description: The employee ID of user receiving warning. |
|
WARNING_DTT | DATE | NO | Name: Warning Date and Time Description: Warning Date and Time. |
|
PARAMETER1_S | VARCHAR2(50) | YES | Name: Parameter 1 Description: Parameter 1 for warning. |
|
PARAMETER2_S | VARCHAR2(50) | YES | Name: Parameter 2 Description: Parameter 2 for warning. |
|
PARAMETER3_S | VARCHAR2(50) | YES | Name: Parameter 3 Description: Parameter 3 for warning. |
|
PARAMETER4_S | VARCHAR2(50) | YES | Name: Parameter 4 Description: Parameter 4 for warning. |
|
MODIFIED_BY | VARCHAR2(20) | NO | ||
ROWVERSION | NUMBER(10, 0) | NO | ||
TIME_STAMP | DATE | NO |
CORRECT_EXP_RPT_EXPENSE_WARN Primary and Unique Keys |
Key Name | Key Type | Keys |
PI_O256 | PrimaryKey | EXP_RPT_ID, EXPENSE_ID, CORRECTION_NO, WARNING_MESSAGE_ID |
CORRECT_EXP_RPT_EXPENSE_WARN Foreign Keys |
Parent Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable |
CORRECT_EXP_RPT_EXPENSE | Identifying | One To Zero or More | F00538 | EXP_RPT_ID, EXPENSE_ID, CORRECTION_NO | NO | NO | ||
EMPL | Non-Identifying | One To Zero or More | F00539 | WARNING_EMPL_ID | NO | NO |
Child Relationships: |
Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable |