DBA Data[Home] [Help]

APPS.WSMPLBTH dependencies on WIP_REQUIREMENT_OPERATIONS

Line 426: FROM WIP_REQUIREMENT_OPERATIONS

422: BEGIN
423:
424: SELECT count(1)
425: INTO x_success
426: FROM WIP_REQUIREMENT_OPERATIONS
427: WHERE wip_entity_id = p_wip_entity_id;
428:
429: EXCEPTION WHEN NO_DATA_FOUND THEN
430:

Line 479: UPDATE wip_requirement_operations

475: x_err_code OUT NOCOPY NUMBER,
476: x_err_msg OUT NOCOPY VARCHAR2 ) IS
477:
478: BEGIN
479: UPDATE wip_requirement_operations
480: SET wip_supply_type = 1
481: WHERE wip_entity_id = p_wip_entity_id
482: AND operation_seq_num = p_operation_seq_num
483: AND inventory_item_id = p_inventory_item_id;