DBA Data[Home] [Help]

APPS.IGI_DOS_DESTINATION_USAGES_PKG dependencies on IGI_DOS_DESTINATIONS_PKG

Line 111: ELSIF NOT igi_dos_destinations_pkg.get_pk_for_validation (

107:
108: IF (((old_references.destination_id = new_references.destination_id)) OR
109: ((new_references.destination_id IS NULL))) THEN
110: NULL;
111: ELSIF NOT igi_dos_destinations_pkg.get_pk_for_validation (
112: new_references.destination_id
113: ) THEN
114: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
115: -- bug 3199481, start block