DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COA_RSLT_TEXT

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

228:
229:
230: FOR text_cur_rec IN get_text_info (tbl_dtl.rslt_text_code)
231: LOOP
232: PrintLn('In gmd_coa_rslt_text LOOP');
233: PrintLn('Inserting into gmd_coa_rslt_text');
234: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,
235: paragraph_code, line_no, text)
236: VALUES (tbl_dtl.gmd_coa_id,

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

229:
230: FOR text_cur_rec IN get_text_info (tbl_dtl.rslt_text_code)
231: LOOP
232: PrintLn('In gmd_coa_rslt_text LOOP');
233: PrintLn('Inserting into gmd_coa_rslt_text');
234: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,
235: paragraph_code, line_no, text)
236: VALUES (tbl_dtl.gmd_coa_id,
237: tbl_dtl.rslt_text_code,

Line 234: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,

230: FOR text_cur_rec IN get_text_info (tbl_dtl.rslt_text_code)
231: LOOP
232: PrintLn('In gmd_coa_rslt_text LOOP');
233: PrintLn('Inserting into gmd_coa_rslt_text');
234: INSERT into gmd_coa_rslt_text (gmd_coa_id, text_code,
235: paragraph_code, line_no, text)
236: VALUES (tbl_dtl.gmd_coa_id,
237: tbl_dtl.rslt_text_code,
238: text_cur_rec.paragraph_code,