DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WIP_ENTITIES_S

Line 626: select wip_entities_s.nextval

622: BEGIN
623: l_rtg_op_seq_num := p_rtg_op_seq_num;
624:
625: if (p_explode_header_detail is null) or (p_explode_header_detail = 2) then
626: select wip_entities_s.nextval
627: into p_wip_entity_id
628: from dual;
629: end if;
630: