DBA Data[Home] [Help]

APPS.JAI_AP_DTC_PREPAYMENTS_PKG dependencies on JAI_AP_TDS_POP_RPST_PKG

Line 715: jai_ap_tds_pop_rpst_pkg.populate_repository(

711: --Added by Chong for bug#16414088 eTDS ER Start
712: ----------------------------------------------------------------------
713: --Hook code add here after the call generate_dtc_invoices
714: IF ln_threshold_trx_id_tds IS NULL THEN -- no TDS generated
715: jai_ap_tds_pop_rpst_pkg.populate_repository(
716: pn_source_invoice_id => p_invoice_id
717: ,pn_invoice_id => NULL
718: ,pv_event => 'PREPAYMENT UNAPPLICATION'
719: ,pv_section_type => 'TDS_SECTION'

Line 3783: jai_ap_tds_pop_rpst_pkg.populate_repository(

3779: --Added by Chong for bug#16414088 eTDS ER Start
3780: ----------------------------------------------------------------------
3781: --Hook code add here after the loop of call generate_dtc_invoices
3782: IF ln_threshold_trx_id_tds IS NULL THEN -- no TDS generated
3783: jai_ap_tds_pop_rpst_pkg.populate_repository(
3784: pn_source_invoice_id => p_invoice_id
3785: ,pn_invoice_id => NULL
3786: ,pv_event => 'PREPAYMENT APPLICATION'
3787: ,pv_section_type => 'TDS_SECTION'