DBA Data[Home] [Help]

APPS.EGO_FUNCTIONS_BULKLOAD_PVT dependencies on EGO_METADATA_PUB

Line 567: PROCEDURE update_intfc_functions(ego_func_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_function_tbl_type) IS

563: -- ego_func_tbl_values - Represents a table of type ego_functions_interface%ROWTYPE. --
564: ---------------------------------------------------------------------------------------------
565: /* Bug 9701271. Changing the implementation, as reference like table(bulk_index).field in FORALL statement
566: are not supported, before 11g release.*/
567: PROCEDURE update_intfc_functions(ego_func_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_function_tbl_type) IS
568: l_proc_name VARCHAR2(30) := 'update_intfc_functions';
569: transaction_id_table Dbms_Sql.number_table;
570: BEGIN
571: write_debug(G_PCK_NAME||'.'||l_proc_name||'->'||' Entered into the procedure');

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

596: -- ego_func_tbl_values - Represents a table of type ego_functions_interface%ROWTYPE. --
597: -- p_commit - Indicates whether to commit the work or not. This parameter --
598: -- has significance only in public API flow. --
599: ---------------------------------------------------------------------------------------------
600: PROCEDURE process_functions(ego_func_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_function_tbl_type,
601: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE)
602: IS
603: l_proc_name VARCHAR2(30) := 'process_functions';
604: BEGIN

Line 669: ego_func_tbl_values ego_metadata_pub.ego_function_tbl_type;

665: -- processed in a batch. --
666: ---------------------------------------------------------------------------------------------
667: PROCEDURE process_functions_conc_flow(p_set_process_id IN NUMBER)
668: IS
669: ego_func_tbl_values ego_metadata_pub.ego_function_tbl_type;
670: l_proc_name VARCHAR2(30) := 'process_functions_conc_flow';
671: record_count NUMBER;
672: BEGIN
673: write_debug(G_PCK_NAME||'.'||l_proc_name||'->'||' Entered into the procedure');

Line 1602: PROCEDURE update_intfc_func_params(ego_func_param_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_func_param_tbl_type)

1598: -- ego_func_params_interface%ROWTYPE. --
1599: ---------------------------------------------------------------------------------------------
1600: /* Bug 9701271. Changing the implementation, as reference like table(bulk_index).field in FORALL statement
1601: are not supported, before 11g release.*/
1602: PROCEDURE update_intfc_func_params(ego_func_param_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_func_param_tbl_type)
1603: IS
1604: l_proc_name VARCHAR2(30) := 'update_intfc_func_params';
1605: transaction_id_table Dbms_Sql.number_table;
1606: BEGIN

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

1632: -- ego_func_params_interface%ROWTYPE. --
1633: -- p_commit - Indicates whether to commit the work or not. This parameter --
1634: -- has significance only in public API flow. --
1635: ---------------------------------------------------------------------------------------------
1636: PROCEDURE process_func_params(ego_func_param_tbl_values IN OUT NOCOPY ego_metadata_pub.ego_func_param_tbl_type,
1637: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE)
1638: IS
1639: l_proc_name VARCHAR2(30) := 'process_func_params';
1640: BEGIN

Line 1706: ego_func_param_tbl_values ego_metadata_pub.ego_func_param_tbl_type;

1702: -- processed in a batch. --
1703: ---------------------------------------------------------------------------------------------
1704: PROCEDURE process_func_params_conc_flow(p_set_process_id IN NUMBER)
1705: IS
1706: ego_func_param_tbl_values ego_metadata_pub.ego_func_param_tbl_type;
1707: l_proc_name VARCHAR2(30) := 'process_func_params_conc_flow';
1708: record_count NUMBER;
1709: BEGIN
1710: write_debug(G_PCK_NAME||'.'||l_proc_name||'->'||' Entered into the procedure');