DBA Data[Home] [Help]

APPS.FLM_SEQ_READER_WRITER dependencies on DUAL

Line 558: FROM dual;

554:
555: BEGIN
556: SELECT wip_entities_s.nextval
557: INTO l_wip_entity_id
558: FROM dual;
559:
560: o_wip_entity_id := l_wip_entity_id;
561:
562: l_schedule_number_out := NULL;