DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on AP_ALLOCATION_RULE_LINES

Line 933: From ap_allocation_rule_lines aarl

929: Begin
930:
931: Select Nvl(Sum(aarl.amount), 0)
932: Into l_total_amount
933: From ap_allocation_rule_lines aarl
934: Where invoice_id = p_invoice_id
935: And to_invoice_line_number = p_line_number;
936:
937: Return l_total_amount;