DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_DTC_PKG dependencies on JAI_AP_TDS_GENERATION_PKG

Line 1300: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL

1296: /*Bug 5989740 bduvarag start*/
1297: -- Rmoved by Jia for FP Bug#8656402, Begin
1298: ------------------------------------------------------------------------
1299: /*
1300: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL
1301: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL
1302: THEN
1303: */
1304: ------------------------------------------------------------------------

Line 1301: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL

1297: -- Rmoved by Jia for FP Bug#8656402, Begin
1298: ------------------------------------------------------------------------
1299: /*
1300: IF JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor IS NULL
1301: OR JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date IS NULL
1302: THEN
1303: */
1304: ------------------------------------------------------------------------
1305: -- Rmoved by Jia for FP Bug#8656402, End

Line 1308: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,

1304: ------------------------------------------------------------------------
1305: -- Rmoved by Jia for FP Bug#8656402, End
1306: 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
1307: FETCH c_get_rnd_factor into
1308: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,
1309: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;
1310: CLOSE c_get_rnd_factor ;
1311: --END IF; -- Rmoved by Jia for FP Bug#8656402
1312:

Line 1309: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;

1305: -- Rmoved by Jia for FP Bug#8656402, End
1306: 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
1307: FETCH c_get_rnd_factor into
1308: JAI_AP_TDS_GENERATION_pkg.gn_tds_rounding_factor,
1309: JAI_AP_TDS_GENERATION_pkg.gd_tds_rounding_effective_date;
1310: CLOSE c_get_rnd_factor ;
1311: --END IF; -- Rmoved by Jia for FP Bug#8656402
1312:
1313:

Line 1382: jai_ap_tds_generation_pkg.status_update_chk_validate

1378: 'Error - trigger ja_in_ap_aida_before_trg on ap_invoice_distributions_all : ' || lv_codepath ; return ;
1379: end if;
1380:
1381: /*Bug 8641199 - Start*/
1382: jai_ap_tds_generation_pkg.status_update_chk_validate
1383: (
1384: p_invoice_id => pr_new.invoice_id,
1385: p_invoice_distribution_id => pr_new.invoice_distribution_id,
1386: p_match_status_flag => pr_new.match_status_flag,

Line 1493: jai_ap_tds_generation_pkg.status_update_chk_validate

1489:
1490: lv_codepath := null;
1491: --Added by Junjian for ZX intergration on 19-Oct-2012 end
1492:
1493: jai_ap_tds_generation_pkg.status_update_chk_validate
1494: (
1495: p_invoice_id => pr_new.invoice_id,
1496: p_invoice_line_number => pr_new.invoice_line_number, /* AP Lines*/
1497: p_invoice_distribution_id => pr_new.invoice_distribution_id,

Line 1517: --jai_ap_tds_generation_pkg.process_tds_at_inv_validate

1513: lv_codepath := null;
1514: --Updated by zhiwei for DTC bug#13359892 on 20111219 begin
1515: ------------------------------------------------------------------
1516: jai_ap_dtc_generation_pkg.process_dtc_at_inv_validate
1517: --jai_ap_tds_generation_pkg.process_tds_at_inv_validate
1518: ------------------------------------------------------------------
1519: --Updated by zhiwei for DTC bug#13359892 on 20111219 end
1520: (
1521: p_invoice_id => pr_new.invoice_id,

Line 1628: jai_ap_tds_generation_pkg.status_update_chk_validate

1624: --If SI is not validated at this stage, then return
1625:
1626: lv_codepath := null;
1627:
1628: jai_ap_tds_generation_pkg.status_update_chk_validate
1629: (
1630: p_invoice_id => pr_new.invoice_id,
1631: /* p_invoice_line_id => null, Future use AP Lines
1632: /*p_invoice_distribution_id => null,*/