DBA Data[Home] [Help]

APPS.OKL_AM_CUSTOM_RMK_ASSET_PVT dependencies on OKL_SYSTEM_PARAMS

Line 77: FROM OKL_SYSTEM_PARAMS ;

73:
74: -- check the Remarketing flow options from the setup
75: CURSOR l_systemparamsall_csr IS
76: SELECT REMK_ORGANIZATION_ID, REMK_SUBINVENTORY, REMK_PRICE_LIST_ID, REMK_ITEM_TEMPLATE_ID
77: FROM OKL_SYSTEM_PARAMS ;
78:
79: -- check if item already exists in inventory
80: CURSOR l_mtlsystemitems_csr(cp_inv_item_number IN VARCHAR2) IS
81: SELECT count(*)