DBA Data[Home] [Help]

APPS.AP_SLA_PROCESSING_PKG dependencies on AP_ACCOUNTING_PAY_PKG

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

1888:
1889: --END IF;
1890:
1891: -------------------------------------------------------------------------
1892: l_debug_info := 'About to call AP_ACCOUNTING_PAY_PKG.Do_Pay_Accounting';
1893: trace(G_LEVEL_STATEMENT, l_procedure_name, l_debug_info);
1894: -------------------------------------------------------------------------
1895:
1896: -------------------------------------------------------------------------

Line 1902: AP_ACCOUNTING_PAY_PKG.Do_Pay_Accounting(l_curr_calling_sequence);

1898: -- and the payment distributions table for the events that are
1899: -- in xla_events_gt
1900: -------------------------------------------------------------------------
1901:
1902: AP_ACCOUNTING_PAY_PKG.Do_Pay_Accounting(l_curr_calling_sequence);
1903:
1904: -------------------------------------------------------------------------
1905: l_debug_info := 'End of procedure'||l_procedure_name;
1906: trace(G_LEVEL_PROCEDURE, l_procedure_name, l_debug_info);