DBA Data[Home] [Help]

APPS.EAM_FAILURESETS_PVT dependencies on EAM_FAILURE_COMBINATIONS

Line 630: UPDATE eam_failure_combinations

626:
627: /* For updating the set_id for the copied rows from a failureset */
628: IF (p_mode = 'C')
629: THEN
630: UPDATE eam_failure_combinations
631: SET set_id = x_failureset_id
632: WHERE set_id = p_set_id;
633: END IF;
634: