DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on JAI_AP_TDS_GENERATION_PKG

Line 2127: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL

2123: /*Bug 5989740 bduvarag start*/
2124: -- Rmoved by Jia for FP Bug#8656402, Begin
2125: ------------------------------------------------------------------------
2126: /*
2127: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL
2128: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL
2129: THEN
2130: */
2131: ------------------------------------------------------------------------

Line 2128: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL

2124: -- Rmoved by Jia for FP Bug#8656402, Begin
2125: ------------------------------------------------------------------------
2126: /*
2127: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL
2128: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL
2129: THEN
2130: */
2131: ------------------------------------------------------------------------
2132: -- Rmoved by Jia for FP Bug#8656402, End

Line 2135: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,

2131: ------------------------------------------------------------------------
2132: -- Rmoved by Jia for FP Bug#8656402, End
2133: OPEN c_get_rnd_factor (pr_new.org_id, pr_new.accounting_date); -- Added a parameter pr_new.accounting_date for cursor by Jia for FP Bug#8656402
2134: FETCH c_get_rnd_factor into
2135: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,
2136: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;
2137: CLOSE c_get_rnd_factor ;
2138: --END IF; -- Rmoved by Jia for FP Bug#8656402
2139:

Line 2136: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;

2132: -- Rmoved by Jia for FP Bug#8656402, End
2133: OPEN c_get_rnd_factor (pr_new.org_id, pr_new.accounting_date); -- Added a parameter pr_new.accounting_date for cursor by Jia for FP Bug#8656402
2134: FETCH c_get_rnd_factor into
2135: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,
2136: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;
2137: CLOSE c_get_rnd_factor ;
2138: --END IF; -- Rmoved by Jia for FP Bug#8656402
2139:
2140:

Line 2206: jai_ap_tds_generation_pkg.status_update_chk_validate

2202: 'Error - trigger ja_in_ap_aida_before_trg on ap_invoice_distributions_all : ' || lv_codepath ; return ;
2203: end if;
2204:
2205: /*Bug 8641199 - Start*/
2206: jai_ap_tds_generation_pkg.status_update_chk_validate
2207: (
2208: p_invoice_id => pr_new.invoice_id,
2209: p_invoice_distribution_id => pr_new.invoice_distribution_id,
2210: p_match_status_flag => pr_new.match_status_flag,

Line 2297: jai_ap_tds_generation_pkg.status_update_chk_validate

2293: End if;
2294:
2295: lv_codepath := null;
2296:
2297: jai_ap_tds_generation_pkg.status_update_chk_validate
2298: (
2299: p_invoice_id => pr_new.invoice_id,
2300: p_invoice_line_number => pr_new.invoice_line_number, /* AP Lines*/
2301: p_invoice_distribution_id => pr_new.invoice_distribution_id,

Line 2318: jai_ap_tds_generation_pkg.process_tds_at_inv_validate

2314:
2315: if lv_is_invoice_validated = 'Y' then
2316:
2317: lv_codepath := null;
2318: jai_ap_tds_generation_pkg.process_tds_at_inv_validate
2319: (
2320: p_invoice_id => pr_new.invoice_id,
2321: p_vendor_id => c_rec_ap_invoices_all.vendor_id,
2322: p_vendor_site_id => c_rec_ap_invoices_all.vendor_site_id,

Line 2427: jai_ap_tds_generation_pkg.status_update_chk_validate

2423: --If SI is not validated at this stage, then return
2424:
2425: lv_codepath := null;
2426:
2427: jai_ap_tds_generation_pkg.status_update_chk_validate
2428: (
2429: p_invoice_id => pr_new.invoice_id,
2430: /* p_invoice_line_id => null, Future use AP Lines
2431: /*p_invoice_distribution_id => null,*/