DBA Data[Home] [Help]

APPS.CCT_CASCADE_DELETE_PUB dependencies on CCT_MULTISITE_PATH_VALUES

Line 349: delete cct_multisite_path_values

345: IF p_multisite_config_id is not null
346: then
347: SAVEPOINT CCT_MULTISITE_PATHS_DEL;
348: -- Delete Child records first
349: delete cct_multisite_path_values
350: where multisite_path_id IN(select multisite_path_id
351: from cct_multisite_paths
352: where multisite_config_id = p_multisite_config_id);
353:

Line 421: delete cct_multisite_path_values

417: IF p_mw_route_point_id is not null
418: then
419: SAVEPOINT CCT_MULTISITE_PATHS_RP_DEL;
420: -- Delete Child records first
421: delete cct_multisite_path_values
422: where multisite_path_id IN(select multisite_path_id
423: from cct_multisite_paths
424: where mw_route_point_id = p_mw_route_point_id);
425: