DBA Data[Home] [Help]

APPS.AP_SLA_PROCESSING_PKG dependencies on AP_ACCOUNTING_PAY_PKG

Line 1615: l_debug_info := 'About to call AP_ACCOUNTING_PAY_PKG.Do_Pay_Accounting';

1611:
1612: END IF;
1613:
1614: -------------------------------------------------------------------------
1615: l_debug_info := 'About to call AP_ACCOUNTING_PAY_PKG.Do_Pay_Accounting';
1616: trace(G_LEVEL_STATEMENT, l_procedure_name, l_debug_info);
1617: -------------------------------------------------------------------------
1618:
1619: -------------------------------------------------------------------------

Line 1625: AP_ACCOUNTING_PAY_PKG.Do_Pay_Accounting(l_curr_calling_sequence);

1621: -- and the payment distributions table for the events that are
1622: -- in xla_events_gt
1623: -------------------------------------------------------------------------
1624:
1625: AP_ACCOUNTING_PAY_PKG.Do_Pay_Accounting(l_curr_calling_sequence);
1626:
1627: -------------------------------------------------------------------------
1628: l_debug_info := 'End of procedure'||l_procedure_name;
1629: trace(G_LEVEL_PROCEDURE, l_procedure_name, l_debug_info);