DBA Data[Home] [Help]

APPS.GR_RISK_COMBINATIONS_PKG dependencies on DUAL

Line 105: FROM dual;

101: /* Get the assigned sequence number */
102:
103: SELECT gr_risk_combinations_s.currval
104: INTO l_current_seq
105: FROM dual;
106:
107: /* Now get the row id of the inserted record */
108:
109: Check_Primary_Key