DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PUB dependencies on FA_UNPLANNED_PVT

Line 633: if not FA_UNPLANNED_PVT.do_unplanned

629: end if;
630:
631: -- this could be broken into a seperate do_all_books function if desired
632: -- call the private api for the primary book
633: if not FA_UNPLANNED_PVT.do_unplanned
634: (px_trans_rec => px_trans_rec,
635: p_asset_hdr_rec => l_asset_hdr_rec,
636: p_asset_desc_rec => p_asset_desc_rec,
637: p_asset_type_rec => p_asset_type_rec,

Line 650: fa_debug_pkg.add(l_calling_fn, 'Done FA_UNPLANNED_PVT.do_unplanned', ' ', p_log_level_rec => p_log_level_rec);

646: end if;
647:
648:
649: if (p_log_level_rec.statement_level) then
650: fa_debug_pkg.add(l_calling_fn, 'Done FA_UNPLANNED_PVT.do_unplanned', ' ', p_log_level_rec => p_log_level_rec);
651: end if;
652:
653: if (l_sob_index = 0) then
654:

Line 902: if not FA_UNPLANNED_PVT.do_unplanned

898: end if;
899:
900: -- this could be broken into a seperate do_all_books function if desired
901: -- call the private api for the primary book
902: if not FA_UNPLANNED_PVT.do_unplanned
903: (px_trans_rec => l_grp_trans_rec,
904: p_asset_hdr_rec => l_grp_asset_hdr_rec,
905: p_asset_desc_rec => l_grp_asset_desc_rec,
906: p_asset_type_rec => l_grp_asset_type_rec,