Table: exp_cust_approval_status

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK expense_report_key decimal(15)   expense_report fk_exp_cust_approval_status1
2. PK project_key decimal(15)   project fk_exp_cust_approval_status2
3.   approved char(1)      
4.   customer_approves_first char(1)      
Foreign Keys
Column References Foreign Key Name
Table Column
expense_report_key expense_report expense_report_key fk_exp_cust_approval_status1
project_key project project_key fk_exp_cust_approval_status2
Check Constraints
Name Definition
cc_ecas_approved ([approved]='N' OR [approved]='Y')
cc_ecas_cust_appr_first ([customer_approves_first]='N' OR [customer_approves_first]='Y')
Indices
Index Name Unique Column Name Asc Or Desc
pk_exp_cust_approval_status true expense_report_key Asc
    project_key  
idx_exp_cust_approval_status1 false project_key Asc