DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on BOM_STANDARD_OPERATIONS

Line 243: from bom_standard_operations

239:
240: -- added for bug#13519051
241: IF l_wip_operation_row.standard_operation_id is not NULL THEN
242: select operation_code into l_code
243: from bom_standard_operations
244: where standard_operation_id = l_wip_operation_row.standard_operation_id;
245: ELSE
246: l_code := NULL;
247: END IF;