DBA Data[Home] [Help]

APPS.IGS_OR_ORG_ACCR_DTLS_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 119: ELSIF NOT Igs_lookups_view_pkg.Get_PK_For_Validation (

115:
116: IF (((old_references.org_accr_status = new_references.org_accr_status)) OR
117: ((new_references.org_accr_status IS NULL))) THEN
118: NULL;
119: ELSIF NOT Igs_lookups_view_pkg.Get_PK_For_Validation (
120: 'OR_ACCR_STATUS',
121: new_references.org_accr_status
122: ) THEN
123: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');

Line 138: IF NOT Igs_Lookups_View_Pkg.Get_Pk_For_Validation('ORG_STRUCTURE_TYPE',

134: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
135: IGS_GE_MSG_STACK.ADD;
136: App_Exception.Raise_Exception;
137: END IF;
138: IF NOT Igs_Lookups_View_Pkg.Get_Pk_For_Validation('ORG_STRUCTURE_TYPE',
139: new_references.org_structure_type) THEN
140: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
141: IGS_GE_MSG_STACK.ADD;
142: APP_EXCEPTION.RAISE_EXCEPTION;