DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on AP_ALLOCATION_RULE_LINES

Line 3879: from ap_allocation_rule_lines arl

3875: WHERE ds.prepay_distribution_id = dp.invoice_distribution_id)
3876: WHERE dp.invoice_id = p_prepay_invoice_id
3877: AND dp.line_type_lookup_code IN ('REC_TAX','NONREC_TAX')
3878: AND exists (select 'Exclusive Prepay Tax Line'
3879: from ap_allocation_rule_lines arl
3880: where arl.invoice_id = p_prepay_invoice_id
3881: and arl.to_invoice_line_number = p_prepay_line_num
3882: and arl.chrg_invoice_line_number = dp.invoice_line_number);
3883: