DBA Data[Home] [Help]

APPS.FLM_SEQ_READER_WRITER dependencies on WIP_ENTITIES_S

Line 556: SELECT wip_entities_s.nextval

552: l_schedule_number_out VARCHAR2(30);
553: l_error NUMBER;
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;