EMPL_PAY_METHOD 
Default Table Name  EMPL_PAY_METHOD 
Definition 
 Name: Employee Pay Methods .     Description: This table contains the employee specific pay methods.
 

EMPL_PAY_METHOD Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee ID. Description: Employee ID identifier for the pay method record.
 
PAY_METHOD_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Pay Method. Description: User-specified unique identifier for the pay method.
 
DFLT_UDT01_ID    VARCHAR2(50)  YES 
Name: Default UDT01 ID. Description: Default UDT01 that is used for this Expense Type.
 
DFLT_UDT02_ID    VARCHAR2(50)  YES 
Name: Default UDT02 ID. Description: Default UDT02 that is used for this Expense Type.
 
DFLT_UDT03_ID    VARCHAR2(20)  YES 
Name: Default UDT03 ID. Description: Default UDT03 that is used for this Expense Type.
 
DFLT_UDT04_ID    VARCHAR2(20)  YES 
Name: Default UDT04 ID. Description: Default UDT04 that is used for this Expense Type.
 
DFLT_UDT05_ID    VARCHAR2(20)  YES 
Name: Default UDT05 ID. Description: Default UDT05 that is used for this Expense Type.
 
DFLT_UDT06_ID    VARCHAR2(20)  YES 
Name: Default UDT06 ID. Description: Default UDT06 that is used for this Expense Type.
 
DFLT_UDT07_ID    VARCHAR2(20)  YES 
Name: Default UDT07 ID. Description: Default UDT07 that is used for this Expense Type.
 
DFLT_UDT08_ID    VARCHAR2(20)  YES 
Name: Default UDT08 ID. Description: Default UDT08 that is used for this Expense Type.
 
DFLT_UDT09_ID    VARCHAR2(20)  YES 
Name: Default UDT09 ID. Description: Default UDT09 that is used for this Expense Type.
 
DFLT_UDT10_ID    VARCHAR2(20)  YES 
Name: Default UDT10 ID. Description: Default UDT10 that is used for this Expense Type.
 
EXPENSE_REF_CD    VARCHAR2(20)  YES 
Name: Expense Reference Code. Description: User defined reference code.
 
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.
 
UDT06_CP_COMPANY_CD    VARCHAR2(10)  YES 
Name: UDT06 Costpoint Company. Description: UDT06’s Costpoint Company Code Value should be “1” if not Costpoint Multi-Company.
 
UDT07_CP_COMPANY_CD    VARCHAR2(10)  YES 
Name: UDT07 Costpoint Company. Description: UDT07’s Costpoint Company Code Value should be “1” if not Costpoint Multi-Company.
 
REFERENCE_S    VARCHAR2(30)  YES 
Name: Reference. Description: Reference field that is potentially used to identify employee expense import batches.
 
DFLT_UDT11_ID    VARCHAR2(20)  YES 
Name: Default UDT11 ID. Description: Default UDT11 that is used for this pay method.
 
DFLT_UDT12_ID    VARCHAR2(20)  YES 
Name: Default UDT12 ID. Description: Default UDT12 that is used for this pay method.
 
DFLT_UDT13_ID    VARCHAR2(20)  YES 
Name: Default UDT13 ID. Description: Default UDT13 that is used for this pay method.
 
DFLT_UDT14_ID    VARCHAR2(20)  YES 
Name: Default UDT14 ID. Description: Default UDT14 that is used for this pay method.
 
DFLT_UDT15_ID    VARCHAR2(20)  YES 
Name: Default UDT15 ID. Description: Default UDT15 that is used for this pay method.
 
VISA_EMPL_ID_S    VARCHAR2(20)  YES 
Name: Visa Employee ID. Description: The employee identification ID visa has for employee.
 
VISA_ACCOUNT_ID_S    VARCHAR2(44)  YES 
Name: Visa Account. Description: Encrypted Visa Account Number.
 
VISA_ACCOUNT_ID_LAST4_S    VARCHAR2(4)  YES 
Name: Last 4 Digits of Visa Account. Description: Last 4 digits of the Visa Account 
 
VISA_EFFECTIVE_DT    DATE  YES 
Name: Visa Effective Date. Description: Date the account was effective for the employee
 

EMPL_PAY_METHOD Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0158  PrimaryKey  EMPL_ID, PAY_METHOD_CD 

EMPL_PAY_METHOD Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
PAY_METHOD  Identifying  One To Zero or More  F00163      PAY_METHOD_CD  NO  NO 
EMPL  Identifying  One To Zero or More  F00164      EMPL_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable