DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_UTIL_PVT

Line 1112: if (NOT FA_UTIL_PVT.get_period_rec (

1108: l_asset_deprn_rec.ltd_production := l_ltd_production_tbl(i);
1109:
1110: l_mrc_sob_type_code := 'P';
1111:
1112: if (NOT FA_UTIL_PVT.get_period_rec (
1113: p_book => l_asset_hdr_rec.book_type_code,
1114: p_effective_date => NULL,
1115: x_period_rec => l_period_rec,
1116: p_log_level_rec => p_log_level_rec)) then

Line 1517: if (NOT FA_UTIL_PVT.get_period_rec (

1513: l_asset_deprn_rec.ltd_production := l_ltd_production_tbl(i);
1514:
1515: l_mrc_sob_type_code := 'R';
1516:
1517: if (NOT FA_UTIL_PVT.get_period_rec (
1518: p_book => l_asset_hdr_rec.book_type_code,
1519: p_effective_date => NULL,
1520: x_period_rec => l_period_rec,
1521: p_log_level_rec => p_log_level_rec)) then