DBA Data[Home] [Help]

APPS.ARP_ROUNDING dependencies on AR_RAAPI_UTIL

Line 4063: OPEN round_rows_by_trx(AR_RAAPI_UTIL.g_min_acc_unit,

4059: 2=Dists with opposite sign as line
4060: 3=Dists with zero amount (when line is non-zero
4061: 4=Dists where acctd_amount sign changes */
4062:
4063: OPEN round_rows_by_trx(AR_RAAPI_UTIL.g_min_acc_unit,
4064: AR_RAAPI_UTIL.g_trx_precision);
4065: FETCH round_rows_by_trx BULK COLLECT INTO
4066: t_line_id,
4067: t_account_class,

Line 4064: AR_RAAPI_UTIL.g_trx_precision);

4060: 3=Dists with zero amount (when line is non-zero
4061: 4=Dists where acctd_amount sign changes */
4062:
4063: OPEN round_rows_by_trx(AR_RAAPI_UTIL.g_min_acc_unit,
4064: AR_RAAPI_UTIL.g_trx_precision);
4065: FETCH round_rows_by_trx BULK COLLECT INTO
4066: t_line_id,
4067: t_account_class,
4068: t_round_amount,