DBA Data[Home] [Help]

APPS.JTF_FM_MD_MIGRATION_PVT dependencies on JTF_AMV_ITEMS_B

Line 548: from jtf_amv_items_b b

544:
545: -- This cursor is to get all documents uploaded by fulfillment & marketing
546: CURSOR c_get_item_csr IS
547: select b.item_id
548: from jtf_amv_items_b b
549: where b.content_type_id = 20
550: and b.application_id IN(690,530)
551: ORDER BY b.item_id;
552: