DBA Data[Home] [Help]

APPS.EAM_COPY_BOM_PKG dependencies on WIP_OPERATIONS

Line 152: FROM wip_operations

148: /* Added for bug#5679199 Start */
149: BEGIN
150: SELECT first_unit_start_date
151: INTO l_material_req_table(i).date_required
152: FROM wip_operations
153: WHERE wip_entity_id = p_wip_entity_id
154: AND operation_seq_num = p_operation_seq_num
155: AND organization_id = p_organization_id;
156: EXCEPTION