DBA Data[Home] [Help]

APPS.AP_ACCTG_PAY_DIST_PKG dependencies on AP_ACCTG_PAY_ROUND_PKG

Line 739: AP_Acctg_Pay_Round_Pkg.Do_Rounding

735: -- Bug 6900582. Do not do rounding calculation if the payment is upgraded
736: -- or invoice has other upgraded payments
737: IF l_upg_inv_pmts = 0 AND l_upg_pmt_hist = 0 THEN
738: -- Create total and final rounding lines
739: AP_Acctg_Pay_Round_Pkg.Do_Rounding
740: (p_xla_event_rec,
741: l_pay_hist_rec,
742: NULL, -- clr hist rec
743: l_inv_rec,

Line 1064: AP_Acctg_Pay_Round_Pkg.Do_Rounding

1060: FND_LOG.STRING(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_procedure_name, l_log_msg);
1061: END IF;
1062:
1063: -- Create total and final payment roundings
1064: AP_Acctg_Pay_Round_Pkg.Do_Rounding
1065: (p_xla_event_rec,
1066: l_pay_hist_rec,
1067: NULL, -- clr hist rec
1068: l_inv_rec,

Line 1889: AP_Acctg_Pay_Round_Pkg.Do_Rounding

1885: FND_LOG.STRING(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_procedure_name, l_log_msg);
1886: END IF;
1887:
1888: -- Create total and final payment rounding lines
1889: AP_Acctg_Pay_Round_Pkg.Do_Rounding
1890: (p_xla_event_rec,
1891: l_pay_hist_rec,
1892: NULL, -- clr hist rec
1893: l_inv_rec,