DBA Data[Home] [Help]

APPS.WIP_OP_RESOURCES_UTILITIES dependencies on WIP_OPERATIONS

Line 311: from wip_operations

307: x_msg_data OUT NOCOPY VARCHAR2,
308: x_operation_seq_num OUT NOCOPY NUMBER) IS
309: cursor operations (p_wip_entity_id NUMBER, p_schedule_id NUMBER) is
310: select operation_seq_num
311: from wip_operations
312: where wip_entity_id = p_wip_entity_id
313: and nvl(repetitive_schedule_id,-1) = nvl(p_schedule_id, -1);
314:
315: cursor op_resources (p_wip_entity_id NUMBER,