DBA Data[Home] [Help]

APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on DUAL

Line 104: FROM dual;

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