DBA Data[Home] [Help]

APPS.IGS_AD_DOC_STAT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 167: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

163: IF (((old_references.s_adm_doc_status = new_references.s_adm_doc_status)) OR
164: ((new_references.s_adm_doc_status IS NULL))) THEN
165: NULL;
166: ELSE
167: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
168: 'ADM_DOC_STATUS',
169: new_references.s_adm_doc_status
170: ) THEN
171: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');