DBA Data[Home] [Help]

APPS.CS_LIST_PRICE_PKG SQL Statements

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

Line: 63

	SELECT DISTINCT METHOD_CODE
	INTO  l_prc_method_code
	FROM  so_price_list_lines
	WHERE Price_List_Id = p_price_list_id
     AND   Inventory_Item_Id = p_inventory_item_id
	AND   Unit_Code  = p_unit_Code;
Line: 133

	FND_MSG_PUB.Delete_Msg ;