DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on AP_ALLOCATION_RULES_PKG

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;