DBA Data[Home] [Help]

APPS.EC_UTILS dependencies on ECE_TRAN_STAGE_DATA

Line 347: Executes the Data from the ECE_TRAN_STAGE_DATA for a given Stage and Level.

343: i_ret_code := 2;
344: raise EC_UTILS.PROGRAM_EXIT;
345: end get_position_for_stack;
346: /**
347: Executes the Data from the ECE_TRAN_STAGE_DATA for a given Stage and Level.
348: **/
349: procedure execute_stage_data
350: (
351: i_stage IN number,

Line 648: Retrieves the Data from the ECE_TRAN_STAGE_DATA for a given Stage and Level.

644: end execute_stage_data;
645:
646:
647: /**
648: Retrieves the Data from the ECE_TRAN_STAGE_DATA for a given Stage and Level.
649: **/
650: procedure get_tran_stage_data
651: (
652: i_transaction_type IN varchar2,

Line 678: from ece_tran_stage_data

674: upper(custom_procedure_name) custom_procedure_name,
675: data_type,
676: upper(function_name) function_name,
677: where_clause
678: from ece_tran_stage_data
679: where transaction_type = p_transaction_type
680: and map_id = p_map_id
681: order by stage,transaction_level,seq_number;
682:

Line 688: ec_debug.pl(3,'EC','ECE_TRAN_STAGE_DATA','TRANSACTION_TYPE',i_transaction_type);

684: begin
685: if EC_DEBUG.G_debug_level >= 2 then
686: ec_debug.push('EC_UTILS.GET_TRAN_STAGE_DATA');
687: ec_debug.pl(3,'i_transaction_type',i_transaction_type);
688: ec_debug.pl(3,'EC','ECE_TRAN_STAGE_DATA','TRANSACTION_TYPE',i_transaction_type);
689: end if;
690:
691: /* Bug 2019253 Clearing the Staging tables */
692: