DBA Data[Home] [Help]

APPS.IGF_SL_ALT_BORW_PKG dependencies on IGF_SL_LOANS_PKG

Line 240: ELSIF NOT igf_sl_loans_pkg.get_pk_for_validation ( new_references.loan_id ) THEN

236:
237: IF (((old_references.loan_id = new_references.loan_id)) OR
238: ((new_references.loan_id IS NULL))) THEN
239: NULL;
240: ELSIF NOT igf_sl_loans_pkg.get_pk_for_validation ( new_references.loan_id ) THEN
241: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');
242: IGS_GE_MSG_STACK.ADD;
243: APP_EXCEPTION.RAISE_EXCEPTION;
244: END IF;