DBA Data[Home] [Help]

APPS.AMV_CONTENT_TYPE_PVT dependencies on JTF_AMV_ITEMS_B

Line 243: From jtf_amv_items_b

239: --
240: CURSOR Get_Item_csr (p_ContentType_id IN NUMBER) IS
241: Select
242: item_id
243: From jtf_amv_items_b
244: Where content_type_id = p_ContentType_id;
245: --
246: BEGIN
247: -- Standard call to check for call compatibility.