DBA Data[Home] [Help]

APPS.IGS_PE_ATHLETIC_DTL_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 122: --kumma, 2608360 replaced igs_ad_code_classes_pkg with the igs_lookups_view_pkg

118: IF (((old_references.eligibility_status_cd = new_references.eligibility_status_cd)) OR
119: ((new_references.eligibility_status_cd IS NULL))) THEN
120: NULL;
121:
122: --kumma, 2608360 replaced igs_ad_code_classes_pkg with the igs_lookups_view_pkg
123: ELSIF NOT IGS_LOOKUPS_view_Pkg.Get_PK_For_Validation(
124: 'PE_ATH_ELG_STATUS',
125: new_references.eligibility_status_cd
126: ) THEN

Line 123: ELSIF NOT IGS_LOOKUPS_view_Pkg.Get_PK_For_Validation(

119: ((new_references.eligibility_status_cd IS NULL))) THEN
120: NULL;
121:
122: --kumma, 2608360 replaced igs_ad_code_classes_pkg with the igs_lookups_view_pkg
123: ELSIF NOT IGS_LOOKUPS_view_Pkg.Get_PK_For_Validation(
124: 'PE_ATH_ELG_STATUS',
125: new_references.eligibility_status_cd
126: ) THEN
127: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');