DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_APPROVAL_PKG

Line 4586: l_base_amt := AP_APPROVAL_PKG.get_adjusted_base_amount(

4582: AND line_number = l_round_inv_line_numbers(i);
4583:
4584: -- get the calculated adjusted base amount and rounding amount
4585: -- get rounding amount for the next line if required
4586: l_base_amt := AP_APPROVAL_PKG.get_adjusted_base_amount(
4587: p_base_amount => l_base_amt,
4588: p_rounding_amt => l_modified_line_rounding_amt,
4589: p_next_line_rounding_amt => l_rounded_amt);
4590: