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 1110: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then

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

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

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