DBA Data[Home] [Help]

APPS.ARP_ROUNDING dependencies on AR_RAAPI_UTIL

Line 4072: OPEN round_rows_by_trx(AR_RAAPI_UTIL.g_min_acc_unit,

4068: 2=Dists with opposite sign as line
4069: 3=Dists with zero amount (when line is non-zero
4070: 4=Dists where acctd_amount sign changes */
4071:
4072: OPEN round_rows_by_trx(AR_RAAPI_UTIL.g_min_acc_unit,
4073: AR_RAAPI_UTIL.g_trx_precision);
4074: FETCH round_rows_by_trx BULK COLLECT INTO
4075: t_line_id,
4076: t_account_class,

Line 4073: AR_RAAPI_UTIL.g_trx_precision);

4069: 3=Dists with zero amount (when line is non-zero
4070: 4=Dists where acctd_amount sign changes */
4071:
4072: OPEN round_rows_by_trx(AR_RAAPI_UTIL.g_min_acc_unit,
4073: AR_RAAPI_UTIL.g_trx_precision);
4074: FETCH round_rows_by_trx BULK COLLECT INTO
4075: t_line_id,
4076: t_account_class,
4077: t_round_amount,