DBA Data[Home] [Help]

APPS.IGS_FI_FEE_AS_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 473: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

469: IF (((old_references.s_transaction_type = new_references.s_transaction_type)) OR
470: ((new_references.s_transaction_type IS NULL))) THEN
471: NULL;
472: ELSE
473: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
474: 'TRANSACTION_TYPE',
475: new_references.s_transaction_type
476: ) THEN
477: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');