DBA Data[Home] [Help]

APPS.IGS_TR_STEP_CTLG_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 118: ELSIF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation(

114:
115: IF (((old_references.s_tracking_step_type = new_references.s_tracking_step_type)) OR
116: ((new_references.s_tracking_step_type IS NULL))) THEN
117: NULL;
118: ELSIF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation(
119: 'TRACKING_STEP_TYPE',
120: new_references.s_tracking_step_type
121: )THEN
122: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');