DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_EXPENSE_CUST_WF

Line 3933: AP_WEB_EXPENSE_CUST_WF.CustomDataTransfer(p_item_type,

3929:
3930: ------------------------------------------
3931: l_debug_info := 'Call CustomDataTransfer';
3932: ------------------------------------------
3933: AP_WEB_EXPENSE_CUST_WF.CustomDataTransfer(p_item_type,
3934: p_item_key);
3935:
3936: ----------------------------------------------------------------------
3937: l_debug_info := 'Update the Expense Report as Approved, if the expense

Line 8233: IF (AP_WEB_EXPENSE_CUST_WF.HasAuthority(l_approver_id,

8229: LOOP
8230:
8231: l_counter := l_counter + 1;
8232:
8233: IF (AP_WEB_EXPENSE_CUST_WF.HasAuthority(l_approver_id,
8234: p_doc_cost_center,
8235: p_approval_amount,
8236: p_item_key,
8237: p_item_type)) THEN