DBA Data[Home] [Help]

APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_DCNT_REASONCD_PKG

Line 1643: ELSIF NOT IGS_EN_DCNT_REASONCD_PKG.Get_PK_For_Validation (

1639: END IF;
1640: IF ( (old_references.dcnt_reason_cd = new_references.dcnt_reason_cd) OR
1641: (new_references.dcnt_reason_Cd IS NULL ) ) THEN
1642: NULL;
1643: ELSIF NOT IGS_EN_DCNT_REASONCD_PKG.Get_PK_For_Validation (
1644: new_references.dcnt_reason_cd
1645: ) THEN
1646: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
1647: IGS_GE_MSG_STACK.ADD;