DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 331: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('REFUND_TRANSFER_STATUS',

327:
328: IF (((old_references.transfer_status = new_references.transfer_status)) OR
329: ((new_references.transfer_status IS NULL))) THEN
330: NULL;
331: ELSIF NOT igs_lookups_view_pkg.get_pk_for_validation('REFUND_TRANSFER_STATUS',
332: new_references.transfer_status)THEN
333: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
334: IGS_GE_MSG_STACK.ADD;
335: App_Exception.Raise_Exception;