DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_AD_CODE_CLASSES_PKG

Line 687: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (

683: END IF;
684: IF (((old_references.decision_reason_id = new_references.decision_reason_id)) OR
685: ((new_references.decision_reason_id IS NULL))) THEN
686: NULL;
687: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (
688: new_references.decision_reason_id,
689: 'DECISION_REASON', 'N'
690: ) THEN
691: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');

Line 699: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (

695: END IF;
696: IF (((old_references.pending_reason_id = new_references.pending_reason_id)) OR
697: ((new_references.pending_reason_id IS NULL))) THEN
698: NULL;
699: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (
700: new_references.pending_reason_id,
701: 'PENDING_REASON','N'
702: ) THEN
703: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');