DBA Data[Home] [Help]

APPS.AMW_PARTY_MERGE_PKG dependencies on AMW_VIOLATIONS

Line 52: IF p_entity_name = 'AMW_VIOLATIONS' THEN

48: SET certification_owner_id = p_to_fk_id
49: WHERE certification_owner_id = p_from_fk_id;
50: END IF;
51:
52: IF p_entity_name = 'AMW_VIOLATIONS' THEN
53: UPDATE amw_violations
54: SET requested_by_id = p_to_fk_id
55: WHERE requested_by_id = p_from_fk_id;
56: END IF;

Line 53: UPDATE amw_violations

49: WHERE certification_owner_id = p_from_fk_id;
50: END IF;
51:
52: IF p_entity_name = 'AMW_VIOLATIONS' THEN
53: UPDATE amw_violations
54: SET requested_by_id = p_to_fk_id
55: WHERE requested_by_id = p_from_fk_id;
56: END IF;
57: