DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_UTIL_PVT

Line 1095: if (NOT FA_UTIL_PVT.get_period_rec (

1091: l_asset_deprn_rec.ltd_production := l_ltd_production_tbl(i);
1092:
1093: l_mrc_sob_type_code := 'P';
1094:
1095: if (NOT FA_UTIL_PVT.get_period_rec (
1096: p_book => l_asset_hdr_rec.book_type_code,
1097: p_effective_date => NULL,
1098: x_period_rec => l_period_rec,
1099: p_log_level_rec => p_log_level_rec)) then

Line 1480: if (NOT FA_UTIL_PVT.get_period_rec (

1476: l_asset_deprn_rec.ltd_production := l_ltd_production_tbl(i);
1477:
1478: l_mrc_sob_type_code := 'R';
1479:
1480: if (NOT FA_UTIL_PVT.get_period_rec (
1481: p_book => l_asset_hdr_rec.book_type_code,
1482: p_effective_date => NULL,
1483: x_period_rec => l_period_rec,
1484: p_log_level_rec => p_log_level_rec)) then