DBA Data[Home] [Help]

APPS.CZ_NETWORK_API_PUB dependencies on CZ_IB_TRANSACTIONS

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

2284: IF (v_child_config_tbl.COUNT > 0) THEN
2285: FOR childItem IN v_child_config_tbl.FIRST..v_child_config_tbl.LAST
2286: LOOP
2287: l_config_item_id := v_child_config_tbl(childItem);
2288: cz_ib_transactions.remove_ib_config(p_session_config_hdr_id => p_config_hdr_id,
2289: p_session_config_rev_nbr => p_config_rev_nbr,
2290: p_instance_item_id => l_config_item_id,
2291: x_run_id => l_run_id
2292: );