DBA Data[Home] [Help]

APPS.OTAFRUDT dependencies on DUAL

Line 208: FROM dual;

204: IF user_row_id_csr%NOTFOUND THEN
205: --
206: SELECT pay_user_rows_s.nextval
207: INTO v_user_row_id
208: FROM dual;
209:
210: -- this insertion creates the row
211:
212: hr_utility.trace ('Inserting row '||P_ROW_LOW_RANGE_OR_NAME_CR);