DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on AP_ALLOCATION_RULES

Line 2761: update ap_allocation_rules ar

2757: l_debug_info := 'Update allocation rule to pending on related charge lines';
2758: Print (l_api_name, l_debug_info);
2759: ----------------------------------------------------------------------------
2760:
2761: update ap_allocation_rules ar
2762: set status = 'PENDING'
2763: where ar.invoice_id = p_line_rec.invoice_id
2764: and exists (select arl.chrg_invoice_line_number
2765: from ap_allocation_rule_lines arl