If there are multiple tax lines entered in the ap_invoice_lines_interface table with different tax regime information, and there are multiple item lines, then the following columns must be populated correctly in the ap_invoice_lines_interface table.
line_number
line_type_lookup_code
amount
line_group_number
prorate_across_flag
tax_regime_code
tax
tax_status_code
tax_rate_code
dist_code_combination_id
line_number
line_type_lookup_code
amount
line_group_number
prorate_across_flag
tax_regime_code
tax
tax_status_code
tax_rate_code
dist_code_combination_id
Column | Item_line 1 | Item_line 2 | Tax_line 1 | Tax_line 2 |
---|---|---|---|---|
line_number | 1 | 2 | 3 | 4 |
line_type_lookup_code | ITEM | ITEM | TAX | TAX |
amount | 10 | 5 | 3 | 2 |
line_group_number | 1 | 2 | 1 | 2 |
prorate_across_flag | null | null | Y | Y |
tax_regime_code | null | null | P | A |
tax | null | null | Q | B |
tax_status_code | null | null | R | C |
tax_rate_code | null | null | S | D |
dist_code_combination_id | 1234 | 12345 | null | null |
Can you give me solution for this error
ReplyDelete