DBA Data[Home] [Help]

APPS.IGF_GR_GEN_XML dependencies on IGF_SL_DL_GEN_XML

Line 19: 14. igf_sl_dl_gen_xml.edit_clob()

15: 10. store_xml()
16: 11. This will insert xml file into IGF_SL_COD_DOC_DTLS
17: 12. Launch print xml sub process IGFGRJ14
18: 13. Log input parameters
19: 14. igf_sl_dl_gen_xml.edit_clob()
20: Edit the clob file and update it in IGF_SL_COD_DOC_DTLS table.
21: 15. igf_sl_dl_gen_xml.print_out_xml()
22: Print XML file in out file.
23: /*************************************************************/

Line 21: 15. igf_sl_dl_gen_xml.print_out_xml()

17: 12. Launch print xml sub process IGFGRJ14
18: 13. Log input parameters
19: 14. igf_sl_dl_gen_xml.edit_clob()
20: Edit the clob file and update it in IGF_SL_COD_DOC_DTLS table.
21: 15. igf_sl_dl_gen_xml.print_out_xml()
22: Print XML file in out file.
23: /*************************************************************/
24:
25: /*************************************************************

Line 2029: igf_sl_dl_gen_xml.edit_clob(p_document_id,lc_newxmldoc,lv_rowid);

2025: fnd_file.new_line(fnd_file.log,1);
2026: fnd_file.put_line(fnd_file.log, '--------------------------------------------------------');
2027: fnd_file.new_line(fnd_file.log,1);
2028:
2029: igf_sl_dl_gen_xml.edit_clob(p_document_id,lc_newxmldoc,lv_rowid);
2030:
2031: -- update the modified clob in DOC_DTLS table
2032: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2033: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_gr_gen_xml.print_xml.debug','before updating status');

Line 2054: igf_sl_dl_gen_xml.print_out_xml(lc_newxmldoc);

2050: -- print out xml outfile
2051: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2052: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_gr_gen_xml.print_xml.debug','before calling print_out_xml method');
2053: END IF;
2054: igf_sl_dl_gen_xml.print_out_xml(lc_newxmldoc);
2055:
2056: COMMIT;
2057: EXCEPTION
2058: WHEN OTHERS THEN