DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on OKL_SYSTEM_PARAMS

Line 750: FROM OKL_SYSTEM_PARAMS ;

746: -- SECHAWLA 05-OCT-04 3924244 : New declarations
747: -- check the Remarketing flow options from the setup
748: CURSOR l_systemparamsall_csr IS
749: SELECT REMK_ORGANIZATION_ID, REMK_SUBINVENTORY, REMK_PRICE_LIST_ID
750: FROM OKL_SYSTEM_PARAMS ;
751:
752: -- SECHAWLA 18-OCT-04 3924244 : new declarations
753: -- check if item already exists in inventory
754: CURSOR l_mtlsystemitems_csr(cp_inv_item_number IN VARCHAR2) IS