DBA Data[Home] [Help]

APPS.IGS_PE_TEACH_PERIODS_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 163: ELSIF NOT Igs_Lookups_View_Pkg.Get_PK_For_Validation (

159:
160: IF (((old_references.teach_period_resid_stat_cd = new_references.teach_period_resid_stat_cd)) OR
161: ((new_references.teach_period_resid_stat_cd IS NULL))) THEN
162: NULL;
163: ELSIF NOT Igs_Lookups_View_Pkg.Get_PK_For_Validation (
164: 'PE_TEA_PER_RES',new_references.teach_period_resid_stat_cd
165: ) THEN
166: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
167: IGS_GE_MSG_STACK.ADD;