DBA Data[Home] [Help]

APPS.WIP_RESOURCE_DEFAULT dependencies on WIP_OPERATIONS

Line 41: FROM WIP_OPERATIONS

37:
38: /* Derive date_info */
39: SELECT first_unit_start_date, last_unit_completion_date
40: INTO x_start_date, x_completion_date
41: FROM WIP_OPERATIONS
42: WHERE wip_entity_id = p_wip_entity_id
43: AND organization_id = p_organization_id
44: AND operation_seq_num = p_operation_seq_num;
45: