DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on JG_GLOBE_FLEX_VAL

Line 405: l_return_status := JG_GLOBE_FLEX_VAL.reassign_context_code(px_asset_desc_rec.global_desc_flex.attribute_category_code);

401: /*Bug# 9941662 - Added call to globalization hook to get correct context value.
402: Bug# 10180243 - Need to call only when called from mass additions interface */
403: if px_asset_desc_rec.global_desc_flex.attribute_category_code is not null and
404: px_trans_rec.calling_interface = 'FAMAPT'then
405: l_return_status := JG_GLOBE_FLEX_VAL.reassign_context_code(px_asset_desc_rec.global_desc_flex.attribute_category_code);
406: if not (l_return_status) then
407: fa_srvr_msg.add_message(calling_fn => 'fa_addition_pvt.initialize'
408: ,name => 'FA_NOT_VALID_GDF'
409: ,token1 => 'ASSET_NUMBER',