DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COA_SPEC_TEXT

Line 218: PrintLn('In gmd_coa_spec_text LOOP');

214: PrintLn('Begin procedure populate_text');
215:
216: FOR text_cur_rec IN get_text_info (tbl_dtl.spec_text_code)
217: LOOP
218: PrintLn('In gmd_coa_spec_text LOOP');
219: PrintLn('Inserting into gmd_coa_spec_text');
220: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,
221: paragraph_code, line_no, text)
222: VALUES (tbl_dtl.gmd_coa_id,

Line 219: PrintLn('Inserting into gmd_coa_spec_text');

215:
216: FOR text_cur_rec IN get_text_info (tbl_dtl.spec_text_code)
217: LOOP
218: PrintLn('In gmd_coa_spec_text LOOP');
219: PrintLn('Inserting into gmd_coa_spec_text');
220: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,
221: paragraph_code, line_no, text)
222: VALUES (tbl_dtl.gmd_coa_id,
223: tbl_dtl.spec_text_code,

Line 220: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,

216: FOR text_cur_rec IN get_text_info (tbl_dtl.spec_text_code)
217: LOOP
218: PrintLn('In gmd_coa_spec_text LOOP');
219: PrintLn('Inserting into gmd_coa_spec_text');
220: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,
221: paragraph_code, line_no, text)
222: VALUES (tbl_dtl.gmd_coa_id,
223: tbl_dtl.spec_text_code,
224: text_cur_rec.paragraph_code,