DBA Data[Home] [Help]

APPS.FA_MASS_REVAL_PKG dependencies on FA_UTIL_PVT

Line 819: if not FA_UTIL_PVT.get_period_rec

815: raise massrvl_err;
816: end if;
817:
818: -- load the period struct for current period info
819: if not FA_UTIL_PVT.get_period_rec
820: (p_book => G_book_type_code,
821: p_effective_date => NULL,
822: x_period_rec => G_period_rec
823: ) then raise massrvl_err;