DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on AP_EXPENSE_REPORT_HEADERS

Line 36: C_SELF_SERVICE_SOURCE CONSTANT ap_expense_report_headers.source%type := 'SelfService';

32:
33: ------------------------
34: -- Expense Report Sources
35: ------------------------
36: C_SELF_SERVICE_SOURCE CONSTANT ap_expense_report_headers.source%type := 'SelfService';
37: C_BOTHPAY CONSTANT ap_expense_report_headers.source%type := 'Both Pay';
38:
39: ------------------------
40: -- Expense Report Statuses

Line 37: C_BOTHPAY CONSTANT ap_expense_report_headers.source%type := 'Both Pay';

33: ------------------------
34: -- Expense Report Sources
35: ------------------------
36: C_SELF_SERVICE_SOURCE CONSTANT ap_expense_report_headers.source%type := 'SelfService';
37: C_BOTHPAY CONSTANT ap_expense_report_headers.source%type := 'Both Pay';
38:
39: ------------------------
40: -- Expense Report Statuses
41: ------------------------

Line 42: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';

38:
39: ------------------------
40: -- Expense Report Statuses
41: ------------------------
42: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';
43: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';
44: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';
45:
46: ------------------------

Line 43: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';

39: ------------------------
40: -- Expense Report Statuses
41: ------------------------
42: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';
43: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';
44: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';
45:
46: ------------------------
47: -- Lookup: RECEIPTS STATUS

Line 44: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';

40: -- Expense Report Statuses
41: ------------------------
42: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';
43: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';
44: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';
45:
46: ------------------------
47: -- Lookup: RECEIPTS STATUS
48: ------------------------