DBA Data[Home] [Help]

APPS.GMA_MIGRATION_UTILS dependencies on GMA_EDITEXT_ATTACH_MIG

Line 266: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (

262: FOR l_item_mst_rec IN item_mst_cur LOOP
263: BEGIN
264: /* Call the Attachment_main procedure */
265:
266: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (
267: p_text_table_tl => 'ic_text_tbl_tl', /* OPMs Text Table */
268: p_text_code => l_item_mst_rec.text_code, /* text code to be migrated */
269: p_sy_para_cds_table_name => l_opm_table_name, /* Table name in OPM */
270: p_attach_form_short_name => 'INVIDITM', /* Form name in Apps */

Line 343: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (

339: l_opm_table_name := 'IC_LOTS_MST';
340: FOR l_lot_mst_rec IN lot_mst_cur LOOP
341: BEGIN
342: /* Call the Attachment_main procedure */
343: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (
344: p_text_table_tl => 'ic_text_tbl_tl', /* OPMs Text Table */
345: p_text_code => l_lot_mst_rec.text_code, /* text code to be migrated */
346: p_sy_para_cds_table_name => l_opm_table_name, /* Table name in OPM */
347: p_attach_form_short_name => 'INVIDILT', /* Form name in Apps */

Line 414: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (

410: l_opm_table_name := 'GMD_GRADES';
411: FOR l_grd_mst_rec IN grd_mst_cur LOOP
412: BEGIN
413: /* Call the Attachment_main procedure */
414: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (
415: p_text_table_tl => 'qc_text_tbl_tl', /* OPMs Text Table */
416: p_text_code => l_grd_mst_rec.text_code, /* text code to be migrated */
417: p_sy_para_cds_table_name => l_opm_table_name, /* Table name in OPM */
418: p_attach_form_short_name => 'INVGRADE', /* Form name in Apps */

Line 487: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (

483: l_opm_table_name := 'QC_ACTN_MST';
484: FOR l_act_mst_rec IN act_mst_cur LOOP
485: BEGIN
486: /* Call the Attachment_main procedure */
487: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (
488: p_text_table_tl => 'qc_text_tbl_tl', /* OPMs Text Table */
489: p_text_code => l_act_mst_rec.text_code, /* text code to be migrated */
490: p_sy_para_cds_table_name => l_opm_table_name, /* Table name in OPM */
491: p_attach_form_short_name => 'INVACODE', /* Form name in Apps */

Line 560: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (

556: FOR l_reas_mst_rec IN reas_mst_cur LOOP
557: BEGIN
558: /* Call the Attachment_main procedure */
559: /* Bug 5736539 setup text table to the correct sy text table */
560: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (
561: p_text_table_tl => 'sy_text_tbl_tl', /* OPMs Text Table */
562: p_text_code => l_reas_mst_rec.text_code, /* text code to be migrated */
563: p_sy_para_cds_table_name => l_opm_table_name, /* Table name in OPM */
564: p_attach_form_short_name => 'INVTDTRS', /* Form name in Apps */

Line 636: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (

632: FOR l_org_mst_rec IN org_mst_cur LOOP
633: BEGIN
634: /* Call the Attachment_main procedure */
635: /* Bug 5736539 setup text table to the correct sy text table */
636: GMA_EDITEXT_ATTACH_MIG.Attachment_Main (
637: p_text_table_tl => 'sy_text_tbl_tl', /* OPMs Text Table */
638: p_text_code => l_org_mst_rec.text_code, /* text code to be migrated */
639: p_sy_para_cds_table_name => l_opm_table_name, /* Table name in OPM */
640: p_attach_form_short_name => 'PERWSDOR', /* Form name in Apps */