DBA Data[Home] [Help]

APPS.IGF_SL_LOANS_PKG dependencies on DUAL

Line 711: SELECT igf_sl_loans_s.nextval INTO x_loan_id FROM DUAL;

707: IGS_GE_MSG_STACK.ADD;
708: APP_EXCEPTION.RAISE_EXCEPTION;
709: END IF;
710:
711: SELECT igf_sl_loans_s.nextval INTO x_loan_id FROM DUAL;
712:
713: before_dml(
714: p_action => 'INSERT',
715: x_rowid => x_rowid,