DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPTS_WF dependencies on AP_EXPENSE_REPORT_HEADERS

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

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

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

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

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

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

Line 45: C_PARPAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PARPAID';

41: ------------------------
42: -- Expense Report Statuses
43: ------------------------
44: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';
45: C_PARPAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PARPAID';
46: C_PAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PAID';
47: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';
48: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';
49:

Line 46: C_PAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PAID';

42: -- Expense Report Statuses
43: ------------------------
44: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';
45: C_PARPAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PARPAID';
46: C_PAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PAID';
47: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';
48: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';
49:
50: ------------------------

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

43: ------------------------
44: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';
45: C_PARPAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PARPAID';
46: C_PAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PAID';
47: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';
48: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';
49:
50: ------------------------
51: -- Lookup: RECEIPTS STATUS

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

44: C_INVOICED CONSTANT ap_expense_report_headers.expense_status_code%type := 'INVOICED';
45: C_PARPAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PARPAID';
46: C_PAID CONSTANT ap_expense_report_headers.expense_status_code%type := 'PAID';
47: C_PENDING_HOLDS CONSTANT ap_expense_report_headers.expense_status_code%type := 'PEND_HOLDS_CLEARANCE';
48: C_PAYMENT_HELD CONSTANT ap_expense_report_headers.expense_status_code%type := 'HOLD_PENDING_RECEIPTS';
49:
50: ------------------------
51: -- Lookup: RECEIPTS STATUS
52: ------------------------