DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on AP_ALLOCATION_RULES

Line 1532: DELETE FROM ap_allocation_rules ar

1528: AND NVL(ls.reporting_only_flag, 'N') = 'N');
1529: -- Bug 7260087 Starts
1530: -- When ever invoice line is deleted corresponding
1531: -- allocations should be deleted.
1532: DELETE FROM ap_allocation_rules ar
1533: WHERE ar.invoice_id = p_invoice_header_rec.invoice_id
1534: AND NOT EXISTS
1535: (SELECT 'y'
1536: FROM ap_invoice_lines_all l

Line 2069: IF NOT AP_ALLOCATION_RULES_PKG.insert_tax_allocations (

2065: FETCH c_item_line
2066: INTO l_item_line;
2067: EXIT WHEN c_item_line%notfound;
2068:
2069: IF NOT AP_ALLOCATION_RULES_PKG.insert_tax_allocations (
2070: P_Invoice_Header_Rec.invoice_id,
2071: L_Item_Line.line_number,
2072: P_error_code ) THEN
2073: NULL;