DBA Data[Home] [Help]

APPS.JAI_AP_TDS_PROCESSING_PKG dependencies on JAI_AP_TDS_F16_HDRS_ALL_S

Line 1386: select jai_ap_tds_f16_hdrs_all_s.nextval from dual;

1382: from jai_ap_tds_thhold_trxs
1383: where threshold_trx_id = cp_threshold_trx_id;
1384:
1385: cursor c_get_form16_hdr_id is
1386: select jai_ap_tds_f16_hdrs_all_s.nextval from dual;
1387: /*bduvarag for Bug#5647725*/
1388: CURSOR cur_get_tds_section IS
1389: SELECT decode(p_section_type,'TDS_SECTION','TDS','WCT_SECTION','WCT','ESSI_SECTION','ESI')
1390: FROM dual;