[Home] [Help]
[Dependency Information]
Object Name: | JL_BR_AP_TAX_CALENDAR_HEADERS |
---|---|
Object Type: | TABLE |
Owner: | JL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
JL_BR_AP_TAX_CALENDAR_HEADERS stores the information related to the withholding tax that allows the user to have a specific due date to pay the withholding tax, defined by tax type.
This table corresponds to the TAX_CALENDAR_HEADERS block of the Tax Calendars window.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
JL_BR_AP_TAX_CALENDAR_HEAD_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TAX_CALENDAR_NAME | VARCHAR2 | (25) | Yes | Withholding Tax Calendar Name |
TAX_TYPE | VARCHAR2 | (25) | Yes | Withholding Tax Type |
BASE_DATE | VARCHAR2 | (25) | Yes | Withholding Base Date, such as Invoice Date |
DESCRIPTION | VARCHAR2 | (50) | Withholding Tax Calendar Description | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Standard Who Column | ||
CREATED_BY | NUMBER | (15) | Standard Who Column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT TAX_CALENDAR_NAME
, TAX_TYPE
, BASE_DATE
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM JL.JL_BR_AP_TAX_CALENDAR_HEADERS;
JL.JL_BR_AP_TAX_CALENDAR_HEADERS does not reference any database object
JL.JL_BR_AP_TAX_CALENDAR_HEADERS is referenced by following:
|
|
|