DBA Data[Home] [Help]

APPS.EGO_FUNCTIONS_BULKLOAD_PVT dependencies on EGO_METADATA_PUB

Line 136: PROCEDURE process_functions(ego_func_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_function_tbl_type,

132: -- ego_func_tbl_values - Represents a table of type ego_functions_interface%ROWTYPE. --
133: -- p_commit - Indicates whether to commit the work or not. This parameter --
134: -- has significance only in public API flow. --
135: ---------------------------------------------------------------------------------------------
136: PROCEDURE process_functions(ego_func_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_function_tbl_type,
137: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE);
138:
139: ---------------------------------------------------------------------------------------------
140: -- Procedure Name: update_intfc_functions --

Line 147: PROCEDURE update_intfc_functions(ego_func_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_function_tbl_type); /* Bug 9701271. */

143: -- Parameters: --
144: -- IN OUT --
145: -- ego_func_tbl_values - Represents a table of type ego_functions_interface%ROWTYPE. --
146: ---------------------------------------------------------------------------------------------
147: PROCEDURE update_intfc_functions(ego_func_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_function_tbl_type); /* Bug 9701271. */
148:
149: ---------------------------------------------------------------------------------------------
150: -- Procedure Name: process_functions_conc_flow --
151: -- This will be invoked in Concurrent Request flow. --

Line 225: PROCEDURE process_func_params(ego_func_param_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_func_param_tbl_type,

221: -- ego_func_params_interface%ROWTYPE. --
222: -- p_commit - Indicates whether to commit the work or not. This parameter --
223: -- has significance only in public API flow. --
224: ---------------------------------------------------------------------------------------------
225: PROCEDURE process_func_params(ego_func_param_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_func_param_tbl_type,
226: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE);
227:
228: ---------------------------------------------------------------------------------------------
229: -- Procedure Name: update_intfc_func_params --

Line 237: PROCEDURE update_intfc_func_params(ego_func_param_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_func_param_tbl_type); /* Bug 9701271. */

233: -- IN OUT --
234: -- ego_func_param_tbl_values - Represents a table of type --
235: -- ego_func_params_interface%ROWTYPE. --
236: ---------------------------------------------------------------------------------------------
237: PROCEDURE update_intfc_func_params(ego_func_param_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_func_param_tbl_type); /* Bug 9701271. */
238:
239: ---------------------------------------------------------------------------------------------
240: -- Procedure Name: process_func_params_conc_flow --
241: -- This will be invoked in Concurrent Request flow. --