DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on AP_APPROVAL_PKG

Line 1693: l_base_amt := AP_APPROVAL_PKG.get_adjusted_base_amount(p_base_amount => l_base_amt,

1689: AND invoice_distribution_id = l_round_dist_id_list(i);
1690:
1691: -- get the calculated adjusted base amount and rounding amount
1692: -- get rounding amount for the next dist, if required
1693: l_base_amt := AP_APPROVAL_PKG.get_adjusted_base_amount(p_base_amount => l_base_amt,
1694: p_rounding_amt => l_modified_dist_rounding_amt,
1695: p_next_line_rounding_amt => l_rounded_amt);
1696:
1697: -- update the calculatd base amount, rounding amount