DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on AP_ALLOCATION_RULES_PKG

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;