DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_EXPENSE_CUST_WF

Line 3884: AP_WEB_EXPENSE_CUST_WF.CustomDataTransfer(p_item_type,

3880:
3881: ------------------------------------------
3882: l_debug_info := 'Call CustomDataTransfer';
3883: ------------------------------------------
3884: AP_WEB_EXPENSE_CUST_WF.CustomDataTransfer(p_item_type,
3885: p_item_key);
3886:
3887: ----------------------------------------------------------------------
3888: l_debug_info := 'Update the Expense Report as Approved, if the expense

Line 7787: IF (AP_WEB_EXPENSE_CUST_WF.HasAuthority(l_approver_id,

7783: LOOP
7784:
7785: l_counter := l_counter + 1;
7786:
7787: IF (AP_WEB_EXPENSE_CUST_WF.HasAuthority(l_approver_id,
7788: p_doc_cost_center,
7789: p_approval_amount,
7790: p_item_key,
7791: p_item_type)) THEN