DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_CHK_BOOKSTS_PKG

Line 341: if (nvl(p_calling_fn, '-X') <> 'FA_CHK_BOOKSTS_PKG.faxcdr') then

337: -- event depreciatio nhas run for the period. When called from
338: -- faxcdr (via a transaction API), we're covered. in the event
339: -- it is called directly, we need to cover as book level check
340:
341: if (nvl(p_calling_fn, '-X') <> 'FA_CHK_BOOKSTS_PKG.faxcdr') then
342: if not FA_CHK_BOOKSTS_PKG.faxcps
343: (X_book => px_asset_hdr_rec.book_type_code,
344: X_submit => FALSE,
345: X_start => FALSE,

Line 342: if not FA_CHK_BOOKSTS_PKG.faxcps

338: -- faxcdr (via a transaction API), we're covered. in the event
339: -- it is called directly, we need to cover as book level check
340:
341: if (nvl(p_calling_fn, '-X') <> 'FA_CHK_BOOKSTS_PKG.faxcdr') then
342: if not FA_CHK_BOOKSTS_PKG.faxcps
343: (X_book => px_asset_hdr_rec.book_type_code,
344: X_submit => FALSE,
345: X_start => FALSE,
346: X_asset_id => 0,