DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on AP_ALLOCATION_RULES

Line 2089: update ap_allocation_rules ar

2085: l_debug_info := 'Update allocation rule to pending on related charge lines';
2086: Print (l_api_name, l_debug_info);
2087: ----------------------------------------------------------------------------
2088:
2089: update ap_allocation_rules ar
2090: set status = 'PENDING'
2091: where ar.invoice_id = p_line_rec.invoice_id
2092: and exists (select arl.chrg_invoice_line_number
2093: from ap_allocation_rule_lines arl