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 90: if (fa_cache_pkg.fazcat_record.category_type = 'LEASE' and

86: end if;
87:
88: end if; -- book effective
89:
90: if (fa_cache_pkg.fazcat_record.category_type = 'LEASE' and
91: p_asset_desc_rec.lease_id is not null) then
92:
93: SELECT count(*)
94: INTO l_count

Line 118: if (fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') then

114: -- validation because for transactions, tax books
115: -- share the corporate book's th row and thus we have
116: -- no direct join between TH and EN...
117:
118: if (fa_cache_pkg.fazcbc_record.book_class = 'CORPORATE') then
119:
120: select count(*)
121: into l_count
122: from fa_transaction_headers th,