DBA Data[Home] [Help]

APPS.FLM_KANBAN_WORKBENCH_UTIL SQL Statements

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

Line: 10

	SELECT DISTINCT(component_category_id)
	INTO   l_category_id
	FROM   MRP_LOW_LEVEL_CODES
	WHERE  plan_id = p_plan_id
	AND    organization_id = p_organization_id
	AND    component_item_id = p_component_item_id;