DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_CACHE_PKG

Line 161: if not FA_CACHE_PKG.fazcbc(X_book => l_book

157: ,p_log_level_rec => p_log_level_rec) then
158: raise error_found;
159: end if;
160:
161: if not FA_CACHE_PKG.fazcbc(X_book => l_book
162: ,p_log_level_rec => p_log_level_rec) then
163: fa_srvr_msg.add_message(calling_fn => 'FA_DISTRIBUTION_PVT.do_distribution'
164: ,p_log_level_rec => p_log_level_rec);
165: raise error_found;

Line 282: l_current_pc := FA_CACHE_PKG.fazcbc_record.last_period_counter + 1;

278: raise error_found;
279: end if;
280: end if;
281:
282: l_current_pc := FA_CACHE_PKG.fazcbc_record.last_period_counter + 1;
283:
284: if not FA_TRANSFER_XIT_PKG.fautfr(
285: X_thid => l_trans_rec.transaction_header_id,
286: X_asset_id => l_asset_hdr_rec.asset_id,

Line 599: nvl(fa_cache_pkg.fazcbc_record.allow_interco_group_flag, 'N') <> 'Y') then

595:
596: x_total_txn_units := l_tot_txn;
597:
598: if (p_trans_rec.transaction_type_code in ('TRANSFER', 'UNIT ADJUSTMENT') and
599: nvl(fa_cache_pkg.fazcbc_record.allow_interco_group_flag, 'N') <> 'Y') then
600:
601: if not FA_UTIL_PVT.get_asset_type_rec(p_asset_hdr_rec,
602: l_asset_type_rec_old
603: ,p_log_level_rec => p_log_level_rec) then

Line 711: if not FA_CACHE_PKG.fazcbc(X_book => p_asset_hdr_rec.book_type_code

707: return FALSE;
708: end if;
709: end if;
710:
711: if not FA_CACHE_PKG.fazcbc(X_book => p_asset_hdr_rec.book_type_code
712: ,p_log_level_rec => p_log_level_rec) then
713: return FALSE;
714: else
715: l_gl_chart_id := FA_CACHE_PKG.fazcbc_record.accounting_flex_structure;

Line 715: l_gl_chart_id := FA_CACHE_PKG.fazcbc_record.accounting_flex_structure;

711: if not FA_CACHE_PKG.fazcbc(X_book => p_asset_hdr_rec.book_type_code
712: ,p_log_level_rec => p_log_level_rec) then
713: return FALSE;
714: else
715: l_gl_chart_id := FA_CACHE_PKG.fazcbc_record.accounting_flex_structure;
716: end if;
717:
718: -- validate expense ccid
719: if not FA_ASSET_VAL_PVT.validate_expense_ccid(p_asset_dist_tbl(p_curr_index).expense_ccid,

Line 1049: if not fa_cache_pkg.fazcat(p_asset_cat_rec_new.category_id) then

1045: last_updated_by = p_trans_rec.who_info.last_updated_by
1046: where asset_id = p_asset_hdr_rec.asset_id;
1047:
1048: elsif (p_trans_rec.transaction_type_code = 'RECLASS') then
1049: if not fa_cache_pkg.fazcat(p_asset_cat_rec_new.category_id) then
1050: return FALSE;
1051: end if;
1052:
1053: -- Bug 3148518 : Assign context with context value not attribute_category_code

Line 1057: property_type_code = fa_cache_pkg.fazcat_record.property_type_code,

1053: -- Bug 3148518 : Assign context with context value not attribute_category_code
1054:
1055: update fa_additions_b
1056: set asset_category_id = p_asset_cat_rec_new.category_id,
1057: property_type_code = fa_cache_pkg.fazcat_record.property_type_code,
1058: property_1245_1250_code = fa_cache_pkg.fazcat_record.property_1245_1250_code,
1059: owned_leased = fa_cache_pkg.fazcat_record.owned_leased,
1060: attribute1 = p_asset_cat_rec_new.desc_flex.attribute1,
1061: attribute2 = p_asset_cat_rec_new.desc_flex.attribute2,

Line 1058: property_1245_1250_code = fa_cache_pkg.fazcat_record.property_1245_1250_code,

1054:
1055: update fa_additions_b
1056: set asset_category_id = p_asset_cat_rec_new.category_id,
1057: property_type_code = fa_cache_pkg.fazcat_record.property_type_code,
1058: property_1245_1250_code = fa_cache_pkg.fazcat_record.property_1245_1250_code,
1059: owned_leased = fa_cache_pkg.fazcat_record.owned_leased,
1060: attribute1 = p_asset_cat_rec_new.desc_flex.attribute1,
1061: attribute2 = p_asset_cat_rec_new.desc_flex.attribute2,
1062: attribute3 = p_asset_cat_rec_new.desc_flex.attribute3,

Line 1059: owned_leased = fa_cache_pkg.fazcat_record.owned_leased,

1055: update fa_additions_b
1056: set asset_category_id = p_asset_cat_rec_new.category_id,
1057: property_type_code = fa_cache_pkg.fazcat_record.property_type_code,
1058: property_1245_1250_code = fa_cache_pkg.fazcat_record.property_1245_1250_code,
1059: owned_leased = fa_cache_pkg.fazcat_record.owned_leased,
1060: attribute1 = p_asset_cat_rec_new.desc_flex.attribute1,
1061: attribute2 = p_asset_cat_rec_new.desc_flex.attribute2,
1062: attribute3 = p_asset_cat_rec_new.desc_flex.attribute3,
1063: attribute4 = p_asset_cat_rec_new.desc_flex.attribute4,