DBA Data[Home] [Help]

APPS.IGS_ST_CITIZENSHP_CD_PKG dependencies on IGS_PE_GOVCITIZEN_CD_PKG

Line 147: IF NOT IGS_PE_GOVCITIZEN_CD_PKG.Get_PK_For_Validation (

143: IF (((old_references.govt_citizenship_cd = new_references.govt_citizenship_cd)) OR
144: ((new_references.govt_citizenship_cd IS NULL))) THEN
145: NULL;
146: ELSE
147: IF NOT IGS_PE_GOVCITIZEN_CD_PKG.Get_PK_For_Validation (
148: new_references.govt_citizenship_cd
149: ) THEN
150: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
151: IGS_GE_MSG_STACK.ADD;