DBA Data[Home] [Help]

APPS.OKL_PTM_PVT dependencies on JTF_AMV_ITEMS_B

Line 236: FROM jtf_amv_items_b

232:
233: --As of now JTF Fulfillment only populates the status_code column. Date columns not used.
234: CURSOR l_ptmv_csr IS
235: SELECT 1
236: FROM jtf_amv_items_b
237: WHERE item_id = p_ptmv_rec.jtf_amv_item_id AND
238: status_code = 'ACTIVE';
239:
240: BEGIN