DBA Data[Home] [Help]

APPS.FA_DELETION_PVT dependencies on FA_CACHE_PKG

Line 29: if (fa_cache_pkg.fazcbc_record.date_ineffective is null) then

25: --
26: -- the first several only matter if the book is still active - otherwise
27: -- corruption from missing foreign keys doesn't matter
28:
29: if (fa_cache_pkg.fazcbc_record.date_ineffective is null) then
30:
31: if (px_asset_hdr_rec.period_of_addition <> 'Y') then
32: fa_srvr_msg.add_message
33: (calling_fn => l_calling_fn,

Line 106: if (fa_cache_pkg.fazcat_record.category_type = 'LEASE' and

102: end if;
103:
104: end if; -- book effective
105:
106: if (fa_cache_pkg.fazcat_record.category_type = 'LEASE' and
107: p_asset_desc_rec.lease_id is not null) then
108:
109: SELECT count(*)
110: INTO l_count

Line 132: if (fa_cache_pkg.fazcbc_record.book_class = 'TAX') then

128:
129: -- SLA Note; we need to check both standard trxs and dists
130: -- hense the two executions
131:
132: if (fa_cache_pkg.fazcbc_record.book_class = 'TAX') then
133:
134: select count(*)
135: into l_count
136: from fa_transaction_headers th,