DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on STANDARD

Line 983: X_RUN_MODE => 'STANDARD',

979: l_dpr.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
980:
981: fa_query_balances_pkg.query_balances_int(
982: X_DPR_ROW => l_dpr,
983: X_RUN_MODE => 'STANDARD',
984: X_DEBUG => FALSE,
985: X_SUCCESS => l_status,
986: X_CALLING_FN => 'FA_UTIL_PVT.get_asset_deprn_rec',
987: X_TRANSACTION_HEADER_ID => -1, p_log_level_rec => p_log_level_rec);

Line 2301: -- NOTICE: per ATG / performance team, we are changing the standards

2297:
2298: END get_corp_book;
2299:
2300:
2301: -- NOTICE: per ATG / performance team, we are changing the standards
2302: -- surrounding the principle of nulling out a column. Originally
2303: -- the G_MISS_* values were used to indicate no change, but we've flipped
2304: -- the logic. Null values will be treated as no change, whereas
2305: -- G_MISS_* will indicate the intent to null out a column.