DBA Data[Home] [Help]

APPS.EAM_COPY_BOM_PKG dependencies on WIP_OPERATIONS

Line 151: FROM wip_operations

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