DBA Data[Home] [Help]

APPS.AMV_UTILITY_PVT dependencies on JTF_AMV_ITEMS_VL

Line 316: From jtf_amv_items_vl

312: ) RETURN Boolean AS
313: --
314: CURSOR Check_ItemID_csr is
315: Select item_id
316: From jtf_amv_items_vl
317: where item_id = p_item_id;
318: l_valid_flag BOOLEAN := FALSE;
319: l_tmp_number NUMBER;
320: --