DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on AP_CREATE_PAY_SCHEDS_PKG

Line 5955: AP_CREATE_PAY_SCHEDS_PKG.Ap_Create_From_Terms

5951: ------------------------------------------------------------
5952: l_debug_info := 'Recreate the Payment Schedules';
5953: ------------------------------------------------------------
5954: /* bug 4931755. Procedure Create_Payment_Schedules was called before */
5955: AP_CREATE_PAY_SCHEDS_PKG.Ap_Create_From_Terms
5956: (p_invoice_id,
5957: l_terms_id,
5958: l_last_updated_by,
5959: l_created_by,

Line 6132: AP_CREATE_PAY_SCHEDS_PKG.AP_Create_From_Terms

6128: l_debug_info := 'Recreate the Payment Schedules: '|| l_invoice_amount;
6129: Print_Debug(l_debug_loc,l_debug_info);
6130: ------------------------------------------------------------
6131:
6132: AP_CREATE_PAY_SCHEDS_PKG.AP_Create_From_Terms
6133: (p_invoice_id,
6134: l_terms_id,
6135: l_last_updated_by,
6136: l_created_by,

Line 6670: AP_CREATE_PAY_SCHEDS_PKG.Create_Payment_Schedules

6666: RETURN;
6667: END;
6668:
6669: -- create payment schedules
6670: AP_CREATE_PAY_SCHEDS_PKG.Create_Payment_Schedules
6671: (p_invoice_id,
6672: l_terms_id,
6673: l_last_updated_by,
6674: l_created_by,