DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on MTL_SYSTEM_ITEMS

Line 1914: FROM MTL_SYSTEM_ITEMS msi,

1910: --Bug Fix # 2887948
1911: --CURSOR to fetch expense account id
1912: CURSOR exp_act_csr (p_kle_id IN NUMBER) IS
1913: SELECT msi.expense_account
1914: FROM MTL_SYSTEM_ITEMS msi,
1915: OKC_K_ITEMS cim,
1916: OKC_K_LINES_B mdl,
1917: OKC_K_LINES_B fal
1918: WHERE cim.object1_id1 = msi.inventory_item_id

Line 2230: --expence ccid will come from mtl_system_items expense ccid

2226:
2227: -- CONFIRM ABOUT EXPENSE CCID
2228: --how to get the expense ccid ??
2229: --l_asset_dist_rec.code_combination_id := ??
2230: --expence ccid will come from mtl_system_items expense ccid
2231: OPEN exp_act_csr (p_kle_id => p_talv_rec.kle_id);
2232: Fetch exp_act_csr into
2233: l_expense_account;
2234: If exp_act_csr%NOTFOUND Then