DBA Data[Home] [Help]

APPS.IGI_IAC_PROJ_DETAILS_PKG dependencies on IGI_IAC_PROJECTIONS_PKG

Line 120: ELSIF NOT igi_iac_projections_pkg.get_pk_for_validation (

116:
117: IF (((old_references.projection_id = new_references.projection_id)) OR
118: ((new_references.projection_id IS NULL))) THEN
119: NULL;
120: ELSIF NOT igi_iac_projections_pkg.get_pk_for_validation (
121: new_references.projection_id
122: ) THEN
123: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
124: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);