[Home] [Help]
748: -- check the Remarketing flow options from the setup
749: CURSOR l_systemparamsall_csr IS
750: SELECT REMK_ORGANIZATION_ID, REMK_SUBINVENTORY, REMK_PRICE_LIST_ID
751: ,ORG_ID -- Added for bug 10081463
752: FROM OKL_SYSTEM_PARAMS ;
753:
754: -- SECHAWLA 18-OCT-04 3924244 : new declarations
755: -- check if item already exists in inventory
756: CURSOR l_mtlsystemitems_csr(cp_inv_item_number IN VARCHAR2) IS