DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on FA_CACHE_PKG

Line 142: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then

138:
139: l_asset_hdr_rec.asset_id := p_asset_id;
140: l_asset_hdr_rec.book_type_code := p_book_type_code;
141:
142: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
143: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
144: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
145: );
146: Raise OKL_API.G_EXCEPTION_ERROR;

Line 1106: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then

1102: ---------------------------------------------------------------------------------------------
1103: l_fa_asset_hdr_rec.asset_id := l_asset_id;
1104: l_fa_asset_hdr_rec.book_type_code := l_book_type_code;
1105:
1106: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then
1107: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
1108: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
1109: );
1110: Raise OKL_API.G_EXCEPTION_ERROR;

Line 1412: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then

1408: ---------------------------------------------------------------------------------------------
1409: l_fa_asset_hdr_rec.asset_id := l_asset_id;
1410: l_fa_asset_hdr_rec.book_type_code := l_book_type_code;
1411:
1412: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then
1413: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
1414: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
1415: );
1416: Raise OKL_API.G_EXCEPTION_ERROR;