DBA Data[Home] [Help]

APPS.IGS_PE_PERS_DISABLTY_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 288: ELSIF NOT Igs_lookups_view_pkg.Get_PK_For_Validation (

284:
285: IF (((old_references.special_allow_cd = new_references.special_allow_cd)) OR
286: ((new_references.special_allow_cd IS NULL))) THEN
287: NULL;
288: ELSIF NOT Igs_lookups_view_pkg.Get_PK_For_Validation (
289: 'PE_SN_ALLOW',new_references.special_allow_cd
290: ) THEN
291: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
292: IGS_GE_MSG_STACK.ADD;

Line 299: ELSIF NOT Igs_lookups_view_pkg.Get_PK_For_Validation (

295:
296: IF (((old_references.support_level_cd = new_references.support_level_cd)) OR
297: ((new_references.support_level_cd IS NULL))) THEN
298: NULL;
299: ELSIF NOT Igs_lookups_view_pkg.Get_PK_For_Validation (
300: 'PE_SN_ADD_SUP_LVL',new_references.support_level_cd
301: ) THEN
302: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
303: IGS_GE_MSG_STACK.ADD;