DBA Data[Home] [Help]

APPS.FA_UTIL_PVT dependencies on STANDARD

Line 930: X_RUN_MODE => 'STANDARD',

926: l_dpr.mrc_sob_type_code := p_mrc_sob_type_code;
927:
928: fa_query_balances_pkg.query_balances_int(
929: X_DPR_ROW => l_dpr,
930: X_RUN_MODE => 'STANDARD',
931: X_DEBUG => FALSE,
932: X_SUCCESS => l_status,
933: X_CALLING_FN => 'FA_UTIL_PVT.get_asset_deprn_rec',
934: X_TRANSACTION_HEADER_ID => -1,

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

2239:
2240: END get_corp_book;
2241:
2242:
2243: -- NOTICE: per ATG / performance team, we are changing the standards
2244: -- surrounding the principle of nulling out a column. Originally
2245: -- the G_MISS_* values were used to indicate no change, but we've flipped
2246: -- the logic. Null values will be treated as no change, whereas
2247: -- G_MISS_* will indicate the intent to null out a column.