DBA Data[Home] [Help]

APPS.ECEPOI dependencies on EC_UTILS

Line 72: ec_utils.g_stack.DELETE;

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

Line 101: retcode := ec_utils.i_ret_code;

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

Line 123: WHEN EC_UTILS.PROGRAM_EXIT then

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

Line 124: errbuf := ec_utils.i_errbuf;

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

Line 125: retcode := ec_utils.i_ret_code;

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