DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RELOCATION_PVT dependencies on OKL_TXL_ASSETS_V

Line 190: l_original_cost okl_txl_assets_v.original_cost%TYPE;

186:
187: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
188: l_api_name CONSTANT VARCHAR2(30) := 'Change_FA_Location';
189:
190: l_original_cost okl_txl_assets_v.original_cost%TYPE;
191:
192:
193:
194: l_tsu_code VARCHAR2(30);

Line 444: -- The following code will be commented out till we add an additional column in okl_txl_assets_v

440: p_token1_value => p_assets_tbl(i).p_asset_number);
441:
442: RAISE OKC_API.G_EXCEPTION_ERROR; -- sechawla 19-dec-2005 4895439 : added
443:
444: -- The following code will be commented out till we add an additional column in okl_txl_assets_v
445: -- to hold distribution Id
446: /*
447: l_tsu_code := 'ERROR';
448:

Line 551: -- This code will be commented out until we add an additional column in okl_txl_assets_v

547:
548:
549:
550:
551: -- This code will be commented out until we add an additional column in okl_txl_assets_v
552: -- to hold distribution Id
553: /*
554: -- store the transaction in OKL with status = 'PROCESSED'
555: l_tsu_code := 'PROCESSED';