DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_CODE_CLASSES_PKG

Line 2800: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (

2796: BEGIN
2797: IF (((old_references.edu_goal_prior_enroll_id = new_references.edu_goal_prior_enroll_id)) OR
2798: ((new_references.edu_goal_prior_enroll_id IS NULL))) THEN
2799: NULL;
2800: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (
2801: new_references.edu_goal_prior_enroll_id,
2802: 'EDU_GOALS', 'N'
2803: ) THEN
2804: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');

Line 2823: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (

2819: END IF;
2820: IF (((old_references.app_source_id = new_references.app_source_id)) OR
2821: ((new_references.app_source_id IS NULL))) THEN
2822: NULL;
2823: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (
2824: new_references.app_source_id,
2825: 'SYS_APPL_SOURCE', 'N'
2826: ) THEN
2827: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');

Line 2846: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (

2842: END IF;
2843: IF (((old_references.decision_reason_id = new_references.decision_reason_id)) OR
2844: ((new_references.decision_reason_id IS NULL))) THEN
2845: NULL;
2846: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (
2847: new_references.decision_reason_id,
2848: 'DECISION_REASON', 'N'
2849: ) THEN
2850: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');

Line 2858: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (

2854: END IF;
2855: IF (((old_references.pending_reason_id = new_references.pending_reason_id)) OR
2856: ((new_references.pending_reason_id IS NULL))) THEN
2857: NULL;
2858: ELSIF NOT Igs_Ad_Code_Classes_Pkg.Get_UK2_For_Validation (
2859: new_references.pending_reason_id,
2860: 'PENDING_REASON','N'
2861: ) THEN
2862: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');