DBA Data[Home] [Help]

APPS.EGO_FUNCTIONS_BULKLOAD_PVT dependencies on DBMS_SQL

Line 569: transaction_id_table Dbms_Sql.number_table;

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');
572:
573: FOR i IN 1 .. ego_func_tbl_values.Count LOOP

Line 1605: transaction_id_table Dbms_Sql.number_table;

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
1607: write_debug(G_PCK_NAME||'.'||l_proc_name||'->'||' Entered into the procedure');
1608:
1609: FOR i IN 1 .. ego_func_param_tbl_values.Count LOOP