DBA Data[Home] [Help]

APPS.EAM_COPY_BOM_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 149

            SELECT first_unit_start_date
              INTO l_material_req_table(i).date_required
              FROM wip_operations
             WHERE wip_entity_id = p_wip_entity_id
               AND operation_seq_num = p_operation_seq_num
               AND organization_id = p_organization_id;