DBA Data[Home] [Help]

APPS.CZ_NETWORK_API_PUB dependencies on CZ_IB_TRANSACTIONS

Line 2426: cz_ib_transactions.remove_ib_config(p_session_config_hdr_id => p_config_hdr_id,

2422: IF (v_child_config_tbl.COUNT > 0) THEN
2423: FOR childItem IN v_child_config_tbl.FIRST..v_child_config_tbl.LAST
2424: LOOP
2425: l_config_item_id := v_child_config_tbl(childItem);
2426: cz_ib_transactions.remove_ib_config(p_session_config_hdr_id => p_config_hdr_id,
2427: p_session_config_rev_nbr => p_config_rev_nbr,
2428: p_instance_item_id => l_config_item_id,
2429: x_run_id => l_run_id
2430: );