DBA Data[Home] [Help]

APPS.ECEPOCI dependencies on EC_UTILS

Line 74: ec_utils.g_stack.DELETE;

70:
71: /**
72: Initialize the Stack Table
73: **/
74: ec_utils.g_stack.DELETE;
75:
76: ec_debug.pl(0,'EC','ECE_START_GENERIC_INBOUND','TRANSACTION_TYPE',i_transaction_type);
77: ece_inbound.process_run_inbound (
78: i_transaction_type => i_transaction_type,

Line 103: retcode := ec_utils.i_ret_code;

99: 'REQUEST_ID',i_Submit_Id);
100: END IF;
101:
102: COMMIT;
103: retcode := ec_utils.i_ret_code;
104:
105: IF ec_mapping_utils.ec_get_trans_upgrade_status(i_transaction_type) = 'U' THEN
106: ec_debug.pl(0,'EC','ECE_REC_TRANS_PENDING',NULL);
107: retcode := 1;

Line 125: WHEN EC_UTILS.PROGRAM_EXIT then

121: retcode := 1;
122: ec_debug.disable_debug;
123: ROLLBACK WORK;
124:
125: WHEN EC_UTILS.PROGRAM_EXIT then
126: errbuf := ec_utils.i_errbuf;
127: retcode := ec_utils.i_ret_code;
128: ece_flatfile_pvt.print_attributes;
129: rollback work;

Line 126: errbuf := ec_utils.i_errbuf;

122: ec_debug.disable_debug;
123: ROLLBACK WORK;
124:
125: WHEN EC_UTILS.PROGRAM_EXIT then
126: errbuf := ec_utils.i_errbuf;
127: retcode := ec_utils.i_ret_code;
128: ece_flatfile_pvt.print_attributes;
129: rollback work;
130: ec_debug.disable_debug;

Line 127: retcode := ec_utils.i_ret_code;

123: ROLLBACK WORK;
124:
125: WHEN EC_UTILS.PROGRAM_EXIT then
126: errbuf := ec_utils.i_errbuf;
127: retcode := ec_utils.i_ret_code;
128: ece_flatfile_pvt.print_attributes;
129: rollback work;
130: ec_debug.disable_debug;
131: