DBA Data[Home] [Help]

APPS.GML_GPOI dependencies on EC_UTILS

Line 68: ec_utils.g_stack.DELETE;

64:
65: /**
66: Initialize the Stack Table
67: **/
68: ec_utils.g_stack.DELETE;
69:
70: ec_debug.pl(0,'EC','ECE_START_GENERIC_INBOUND','TRANSACTION_TYPE',i_transaction_type);
71: ece_inbound.process_run_inbound
72: (

Line 90: retcode := ec_utils.i_ret_code;

86: 'REQUEST_ID',i_Submit_Id);
87: END IF;
88:
89: commit;
90: retcode := ec_utils.i_ret_code;
91: ec_debug.pl(3,'i_submit_id',i_submit_id);
92: ec_debug.pl(3,'retcode',retcode);
93: ec_debug.pl(3,'errbuf',errbuf);
94: ec_debug.pop('GML_GPOI.PROCESS_GPOI_INBOUND');

Line 105: WHEN EC_UTILS.PROGRAM_EXIT then

101: ec_debug.disable_debug;
102: ROLLBACK WORK;
103: RAISE;
104:
105: WHEN EC_UTILS.PROGRAM_EXIT then
106: errbuf := ec_utils.i_errbuf;
107: retcode := ec_utils.i_ret_code;
108: ece_flatfile_pvt.print_attributes;
109: rollback work;

Line 106: errbuf := ec_utils.i_errbuf;

102: ROLLBACK WORK;
103: RAISE;
104:
105: WHEN EC_UTILS.PROGRAM_EXIT then
106: errbuf := ec_utils.i_errbuf;
107: retcode := ec_utils.i_ret_code;
108: ece_flatfile_pvt.print_attributes;
109: rollback work;
110: ec_debug.disable_debug;

Line 107: retcode := ec_utils.i_ret_code;

103: RAISE;
104:
105: WHEN EC_UTILS.PROGRAM_EXIT then
106: errbuf := ec_utils.i_errbuf;
107: retcode := ec_utils.i_ret_code;
108: ece_flatfile_pvt.print_attributes;
109: rollback work;
110: ec_debug.disable_debug;
111: WHEN OTHERS THEN