DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on AP_ALLOCATION_RULES

Line 1276: DELETE FROM ap_allocation_rules ar

1272: AND NVL(ls.reporting_only_flag, 'N') = 'N');
1273: -- Bug 7260087 Starts
1274: -- When ever invoice line is deleted corresponding
1275: -- allocations should be deleted.
1276: DELETE FROM ap_allocation_rules ar
1277: WHERE ar.invoice_id = p_invoice_header_rec.invoice_id
1278: AND NOT EXISTS
1279: (SELECT 'y'
1280: FROM ap_invoice_lines_all l

Line 1805: IF NOT AP_ALLOCATION_RULES_PKG.insert_tax_allocations (

1801: FETCH c_item_line
1802: INTO l_item_line;
1803: EXIT WHEN c_item_line%notfound;
1804:
1805: IF NOT AP_ALLOCATION_RULES_PKG.insert_tax_allocations (
1806: P_Invoice_Header_Rec.invoice_id,
1807: L_Item_Line.line_number,
1808: P_error_code ) THEN
1809: NULL;