DBA Data[Home] [Help]

APPS.OKL_AM_CUSTOM_RMK_ASSET_PVT dependencies on OKL_SYSTEM_PARAMS

Line 78: FROM OKL_SYSTEM_PARAMS ;

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: ,ORG_ID -- ADDED for bug 10081463
78: FROM OKL_SYSTEM_PARAMS ;
79:
80: -- check if item already exists in inventory
81: CURSOR l_mtlsystemitems_csr(cp_inv_item_number IN VARCHAR2) IS
82: SELECT count(*)