DBA Data[Home] [Help]

APPS.JAI_AP_UTILS_PKG dependencies on JAI_TDS_SECTION_MAPPING

Line 4225: from jai_tds_section_mapping

4221:
4222: cursor get_mapping_section
4223: is
4224: select new_section_code
4225: from jai_tds_section_mapping
4226: where old_section_code = pv_tds_section_code;
4227:
4228: lv_mapping_section_code varchar2(50);
4229:

Line 4295: delete from jai_tds_section_mapping;

4291:
4292: ln_flag := 1;
4293: ln_sum := 0;
4294:
4295: delete from jai_tds_section_mapping;
4296:
4297: LOOP
4298:
4299: UTL_FILE.get_line (l_file_old, l_line_old);

Line 4329: jai_tds_section_mapping

4325: goto next_row;
4326: end if;
4327:
4328: insert into
4329: jai_tds_section_mapping
4330: (
4331: mapping_id,
4332: old_section_code,
4333: new_section_code

Line 4336: JAI_TDS_SECTION_MAPPING_S.nextval,

4332: old_section_code,
4333: new_section_code
4334: )
4335: values(
4336: JAI_TDS_SECTION_MAPPING_S.nextval,
4337: l_line_old,
4338: l_line_new
4339: );
4340:

Line 4381: from jai_tds_section_mapping

4377: begin
4378:
4379: for rec_maps in (
4380: select old_section_code,new_section_code
4381: from jai_tds_section_mapping
4382: )
4383: loop
4384:
4385: update JAI_DTC_SCTN_ACCOUNT_MAPPING

Line 4416: from jai_tds_section_mapping

4412: begin
4413:
4414: for rec_maps in (
4415: select old_section_code,new_section_code
4416: from jai_tds_section_mapping
4417: )
4418: loop
4419:
4420: update JAI_AP_TDS_VENDOR_HDRS

Line 4451: from jai_tds_section_mapping

4447: begin
4448:
4449: for rec_maps in (
4450: select old_section_code,new_section_code
4451: from jai_tds_section_mapping
4452: )
4453: loop
4454:
4455: update JAI_AP_TDS_INV_TAXES