DBA Data[Home] [Help]

APPS.OKL_INR_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 1329: MTL_SYSTEM_ITEMS_B_KFV MSI

1325: CURSOR l_inrv_csr(G_INV_ORG_ID NUMBER) IS
1326: SELECT 'x' --Bug:3825159
1327: FROM OKL_INS_RATES INRV,
1328: OKL_INS_PRODUCTS_B IPTB,
1329: MTL_SYSTEM_ITEMS_B_KFV MSI
1330: WHERE IPTB.ID = INRV.IPT_ID
1331: AND IPTB.IPD_ID = MSI.INVENTORY_ITEM_ID
1332: AND ((INRV.FACTOR_RANGE_START <= p_inrv_rec.FACTOR_RANGE_START AND
1333: INRV.FACTOR_RANGE_END >= p_inrv_rec.FACTOR_RANGE_START) OR

Line 1395: MTL_SYSTEM_ITEMS_B_KFV MSI

1391: -- select the ID of the parent record from the parent table
1392: CURSOR l_inrv_csr(G_INV_ORG_ID NUMBER) IS
1393: SELECT 'x',IPTB.FACTOR_MIN,IPTB.FACTOR_MAX --Bug:3825159
1394: FROM OKL_INS_PRODUCTS_B IPTB,
1395: MTL_SYSTEM_ITEMS_B_KFV MSI
1396: WHERE IPTB.IPD_ID = MSI.INVENTORY_ITEM_ID
1397: AND IPTB.FACTOR_MAX < p_inrv_rec.FACTOR_RANGE_END
1398: AND IPTB.FACTOR_MIN > p_inrv_rec.FACTOR_RANGE_START -- 3745151 check for products minimum range.
1399: AND IPTB.ID = p_inrv_rec.IPT_ID