DBA Data[Home] [Help]

APPS.WIP_REPETITIVE_ENTITY dependencies on WIP_ENTITIES_S

Line 53: select wip_entities_s.nextval

49: fetch check_entity into p_entity_id;
50:
51: if check_entity%NOTFOUND then
52: -- create new entry in wip_entities
53: select wip_entities_s.nextval
54: into p_entity_id
55: from dual;
56:
57: OPEN C4;