DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COA_RSLT_TEXT

Line 271: PrintLn('In gmd_coa_rslt_text LOOP');

267:
268:
269: FOR text_cur_rec IN get_text_info (tbl_dtl.rslt_text_code)
270: LOOP
271: PrintLn('In gmd_coa_rslt_text LOOP');
272: PrintLn('Inserting into gmd_coa_rslt_text');
273: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,
274: paragraph_code, line_no, text)
275: VALUES (tbl_dtl.gmd_coa_id,

Line 272: PrintLn('Inserting into gmd_coa_rslt_text');

268:
269: FOR text_cur_rec IN get_text_info (tbl_dtl.rslt_text_code)
270: LOOP
271: PrintLn('In gmd_coa_rslt_text LOOP');
272: PrintLn('Inserting into gmd_coa_rslt_text');
273: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,
274: paragraph_code, line_no, text)
275: VALUES (tbl_dtl.gmd_coa_id,
276: tbl_dtl.rslt_text_code,

Line 273: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,

269: FOR text_cur_rec IN get_text_info (tbl_dtl.rslt_text_code)
270: LOOP
271: PrintLn('In gmd_coa_rslt_text LOOP');
272: PrintLn('Inserting into gmd_coa_rslt_text');
273: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,
274: paragraph_code, line_no, text)
275: VALUES (tbl_dtl.gmd_coa_id,
276: tbl_dtl.rslt_text_code,
277: text_cur_rec.paragraph_code,