DBA Data[Home] [Help]

APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_EN_DCNT_REASONCD_PKG

Line 1972: IF NOT IGS_EN_DCNT_REASONCD_PKG.Get_PK_For_Validation (

1968: IF (((old_references.discontinuation_reason_cd = new_references.discontinuation_reason_cd)) OR
1969: ((new_references.discontinuation_reason_cd IS NULL))) THEN
1970: NULL;
1971: ELSE
1972: IF NOT IGS_EN_DCNT_REASONCD_PKG.Get_PK_For_Validation (
1973: new_references.discontinuation_reason_cd
1974: ) THEN
1975: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
1976: IGS_GE_MSG_STACK.ADD;