DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on AP_ALLOCATION_RULE_LINES

Line 976: From ap_allocation_rule_lines aarl

972: Begin
973:
974: Select Nvl(Sum(aarl.amount), 0)
975: Into l_total_amount
976: From ap_allocation_rule_lines aarl
977: Where invoice_id = p_invoice_id
978: And to_invoice_line_number = p_line_number;
979:
980: Return l_total_amount;