DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COA_SPEC_TEXT

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

253: PrintLn('Begin procedure populate_text');
254:
255: FOR text_cur_rec IN get_text_info (tbl_dtl.spec_text_code)
256: LOOP
257: PrintLn('In gmd_coa_spec_text LOOP');
258: PrintLn('Inserting into gmd_coa_spec_text');
259: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,
260: paragraph_code, line_no, text)
261: VALUES (tbl_dtl.gmd_coa_id,

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

254:
255: FOR text_cur_rec IN get_text_info (tbl_dtl.spec_text_code)
256: LOOP
257: PrintLn('In gmd_coa_spec_text LOOP');
258: PrintLn('Inserting into gmd_coa_spec_text');
259: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,
260: paragraph_code, line_no, text)
261: VALUES (tbl_dtl.gmd_coa_id,
262: tbl_dtl.spec_text_code,

Line 259: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,

255: FOR text_cur_rec IN get_text_info (tbl_dtl.spec_text_code)
256: LOOP
257: PrintLn('In gmd_coa_spec_text LOOP');
258: PrintLn('Inserting into gmd_coa_spec_text');
259: INSERT into gmd_coa_spec_text (gmd_coa_id, text_code,
260: paragraph_code, line_no, text)
261: VALUES (tbl_dtl.gmd_coa_id,
262: tbl_dtl.spec_text_code,
263: text_cur_rec.paragraph_code,