Show/Hide Toolbars

LInvcNonUSTaxType contains information about the tax types available when creating invoice line items containing non-U.S. taxes. This information includes the description of the tax type, tree position, and display order. This table represents the Non-US Tax Type tab in the Invoice object definition in Designer.

Object: LInvcNonUSTaxType (L_INVC_NON_US_TAX_TYPE)

Attribute

Database column name

Field in UI

End of path

Bridge

Links to object table:

Data type

Comments

Commonly used in:

Rules

Temp/Wiz

displayOrder

DISPLAY_ORDER

(NUMBER)

Order

x

 

 

int

The order in which the items will be listed in the GUI, lowest number first.

 

 

name

NAME

(VARCHAR2) (50)

Item Name

x

 

 

string (50)

The description of the tax type.

 

 

parent-->

PARENT_ID

(NUMBER)

Show items in node

x

x

LInvcNonUSTaxType

object

8 The parent item of the current item.

--> Links to definition information for the parent tax type.

 

 

primaryKey

PRIMARY_KEY

(NUMBER)

 

x

 

 

int

The unique ID of the tax type list item.

 

 

treePosition

TREE_POSITION

(VARCHAR2) (250)

Tree Position

x

 

 

string (250)

The unique four-character alphanumeric code that is created when the tax type is defined.

 

 

version

VERSION

(NUMBER)

 

x

 

 

int

Indicates how many times the skill type list item was updated.

 

 

uniqueCode

UNIQUE_CODE

(VARCHAR2) (250)

Tax Code

x

 

 

string (20)

The unique 20-character alphanumeric code that the solution developer specifies when entering a new tax code.

 

 

isActive

IS_ACTIVE

(BOOLEAN)

 

x

 

 

boolean

If TRUE, the tax type is active and can be selected by the end user.