DBA Data[Home] [Help]

APPS.ECX_INBOUND_NEW dependencies on ECX_ACTIONS

Line 957: ecx_actions.execute_stage_data(20,0,'S');

953: end if;
954:
955: -- Execute the Stage 10 for Level 0
956: -- In-processing for Document level Source Side
957: ecx_actions.execute_stage_data(20,0,'S');
958:
959: -- In-processing for Document level
960: ecx_actions.execute_stage_data(20,0,'T');
961:

Line 960: ecx_actions.execute_stage_data(20,0,'T');

956: -- In-processing for Document level Source Side
957: ecx_actions.execute_stage_data(20,0,'S');
958:
959: -- In-processing for Document level
960: ecx_actions.execute_stage_data(20,0,'T');
961:
962: if (l_procedureEnabled) then
963: ecx_debug.pop(i_method_name);
964: end if;

Line 1005: ecx_actions.execute_stage_data(30,0,'T');

1001: end if;
1002:
1003: -- Execute the Stage 30 for Level 0
1004: -- Post-Processing for Target
1005: ecx_actions.execute_stage_data(30,0,'T');
1006:
1007: -- Post-Processing for Source
1008: ecx_actions.execute_stage_data(30,0,'S');
1009:

Line 1008: ecx_actions.execute_stage_data(30,0,'S');

1004: -- Post-Processing for Target
1005: ecx_actions.execute_stage_data(30,0,'T');
1006:
1007: -- Post-Processing for Source
1008: ecx_actions.execute_stage_data(30,0,'S');
1009:
1010: if(l_statementEnabled) then
1011: ecx_debug.log(l_statement, 'Total record processed',
1012: ecx_utils.g_total_records - 1,i_method_name);