DBA Data[Home] [Help]

APPS.ECX_UTILS dependencies on ECX_ACTIONS

Line 9: DELETE_DOCTYPE_PROC_NAME CONSTANT varchar2(50) := 'ECX_ACTIONS.DELETE_DOCTYPE';

5: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;
6: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;
7: l_statementEnabled boolean := ecx_debug.g_statementEnabled;
8: l_unexpectedEnabled boolean := ecx_debug.g_unexpectedEnabled;
9: DELETE_DOCTYPE_PROC_NAME CONSTANT varchar2(50) := 'ECX_ACTIONS.DELETE_DOCTYPE';
10: /**
11: Prepares the Select statement for the ec_views on the base Applications tables.
12: **/
13: procedure select_clause

Line 132: ecx_actions.append_clause_for_view(10,i);

128: );
129:
130:
131: /** Call Append clause for all the levels **/
132: ecx_actions.append_clause_for_view(10,i);
133:
134: /** No Need to clause. Is getting called in the Push and Pop of the level **/
135: /* Execute Pre Processing STage
136: ecx_actions.execute_stage_data

Line 136: ecx_actions.execute_stage_data

132: ecx_actions.append_clause_for_view(10,i);
133:
134: /** No Need to clause. Is getting called in the Push and Pop of the level **/
135: /* Execute Pre Processing STage
136: ecx_actions.execute_stage_data
137: (
138: 10,
139: i,
140: 'S'

Line 1887: ecx_actions.execute_stage_data (10,0,'S');

1883: Execute the Dynamic Stage data for Stage = 10.
1884: This builds the stack table.
1885: **/
1886: /* Pre Processing for Document */
1887: ecx_actions.execute_stage_data (10,0,'S');
1888: ecx_actions.execute_stage_data (10,0,'T');
1889:
1890: /**
1891: Save the PL/SQL table with default values. This will be used

Line 1888: ecx_actions.execute_stage_data (10,0,'T');

1884: This builds the stack table.
1885: **/
1886: /* Pre Processing for Document */
1887: ecx_actions.execute_stage_data (10,0,'S');
1888: ecx_actions.execute_stage_data (10,0,'T');
1889:
1890: /**
1891: Save the PL/SQL table with default values. This will be used
1892: by all the documents.

Line 1900: ecx_actions.execute_stage_data (10,0,'S');

1896:
1897: else
1898:
1899: x_same_map := True;
1900: ecx_actions.execute_stage_data (10,0,'S');
1901: ecx_actions.execute_stage_data (10,0,'T');
1902: ecx_utils.g_source := ecx_utils.g_empty_source;
1903: ecx_utils.g_target := ecx_utils.g_empty_target;
1904: end if;

Line 1901: ecx_actions.execute_stage_data (10,0,'T');

1897: else
1898:
1899: x_same_map := True;
1900: ecx_actions.execute_stage_data (10,0,'S');
1901: ecx_actions.execute_stage_data (10,0,'T');
1902: ecx_utils.g_source := ecx_utils.g_empty_source;
1903: ecx_utils.g_target := ecx_utils.g_empty_target;
1904: end if;
1905: