DBA Data[Home] [Help]

APPS.WIP_RESOURCE_DEFAULT dependencies on WIP_OPERATIONS

Line 63: FROM WIP_OPERATIONS

59:
60: /* Derive date_info */
61: SELECT first_unit_start_date, last_unit_completion_date
62: INTO x_start_date, x_completion_date
63: FROM WIP_OPERATIONS
64: WHERE wip_entity_id = p_wip_entity_id
65: AND organization_id = p_organization_id
66: AND operation_seq_num = p_operation_seq_num;
67: