DBA Data[Home] [Help]

APPS.GL_PERIOD_TYPES_PKG dependencies on DUAL

Line 120: from dual;

116:
117: BEGIN
118: select GL_PERIOD_TYPES_S.NEXTVAL
119: into x_period_type
120: from dual;
121:
122: IF (x_period_type is NULL) THEN
123: fnd_message.set_name('SQLGL', 'GL_SEQUENCE_NOT_FOUND');
124: fnd_message.set_token('TAB_S', 'GL_PERIOD_TYPES_S');

Line 374: from dual

370: x_last_updated_by ,
371: x_last_update_login,
372: x_creation_date,
373: x_created_by
374: from dual
375: where not exists
376: ( select null
377: from gl_period_types B
378: where B.period_type = x_period_type );