DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PUB dependencies on FA_UNPLANNED_PVT

Line 646: if not FA_UNPLANNED_PVT.do_unplanned

642: end if;
643:
644: -- this could be broken into a seperate do_all_books function if desired
645: -- call the private api for the primary book
646: if not FA_UNPLANNED_PVT.do_unplanned
647: (px_trans_rec => px_trans_rec,
648: p_asset_hdr_rec => px_asset_hdr_rec,
649: p_asset_desc_rec => p_asset_desc_rec,
650: p_asset_type_rec => p_asset_type_rec,

Line 663: fa_debug_pkg.add(l_calling_fn, 'Done FA_UNPLANNED_PVT.do_unplanned', ' ', p_log_level_rec);

659: end if;
660:
661:
662: if (p_log_level_rec.statement_level) then
663: fa_debug_pkg.add(l_calling_fn, 'Done FA_UNPLANNED_PVT.do_unplanned', ' ', p_log_level_rec);
664: end if;
665:
666: if (l_sob_index = 0) then
667:

Line 939: if not FA_UNPLANNED_PVT.do_unplanned

935: end if;
936:
937: -- this could be broken into a seperate do_all_books function if desired
938: -- call the private api for the primary book
939: if not FA_UNPLANNED_PVT.do_unplanned
940: (px_trans_rec => l_grp_trans_rec,
941: p_asset_hdr_rec => l_grp_asset_hdr_rec,
942: p_asset_desc_rec => l_grp_asset_desc_rec,
943: p_asset_type_rec => l_grp_asset_type_rec,