DBA Data[Home] [Help]

APPS.JAI_AP_TDS_GENERATION_PKG dependencies on JAI_AP_TDS_THHOLD_TRXS_S

Line 63: Sequnece jai_ap_tds_invoice_num_s is renamed to JAI_AP_TDS_THHOLD_TRXS_S1

59:
60: 9. 29-Jun-2005 ssumaith - bug#4448789 - removal of hr_operating_units.legal_entity_id from this trigger.
61:
62: 10. 14-Jul-2005 rchandan for bug#4487676.File version 117.2
63: Sequnece jai_ap_tds_invoice_num_s is renamed to JAI_AP_TDS_THHOLD_TRXS_S1
64:
65: 11. 25-Jul-2005 Bug4513458. added by Lakshmi Gopalsami version 120.2
66: Issue:
67: ------

Line 1270: select to_char(JAI_AP_TDS_THHOLD_TRXS_S1.nextval)--to_char(JAI_AP_TDS_INVOICE_NUM_S.nextval)commented by rchandan for bug#4487676

1266: from gl_sets_of_books
1267: where set_of_books_id = cp_set_of_books_id;
1268:
1269: cursor c_get_ja_in_ap_inv_id is
1270: select to_char(JAI_AP_TDS_THHOLD_TRXS_S1.nextval)--to_char(JAI_AP_TDS_INVOICE_NUM_S.nextval)commented by rchandan for bug#4487676
1271: from dual;
1272:
1273: cursor c_ap_payment_schedules_all(p_invoice_id number) is
1274: select payment_priority

Line 1879: jai_ap_tds_thhold_trxs_s.nextval ,

1875: tds_rounding_factor -- Bug 5722028. Added by csahoo
1876: )
1877: values
1878: (
1879: jai_ap_tds_thhold_trxs_s.nextval ,
1880: pn_invoice_id ,
1881: pn_invoice_line_number ,
1882: pn_invoice_distribution_id ,
1883: pn_threshold_grp_id ,

Line 2992: jai_ap_tds_thhold_trxs_s.nextval ,

2988: last_update_login
2989: )
2990: values
2991: (
2992: jai_ap_tds_thhold_trxs_s.nextval ,
2993: p_invoice_id ,
2994: p_tds_event ,
2995: p_tax_id ,
2996: p_tax_rate ,