DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.INL_ADJ_CHARGE_LINES_V

Object Details
Object Name: INL_ADJ_CHARGE_LINES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINL.INL_ADJ_CHARGE_LINES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CHARGE_LINE_ID NUMBER
Yes Charge Line Identifier
CHARGE_LINE_NUM NUMBER
Yes Charge Line Number
CHARGE_LINE_TYPE_ID NUMBER
Yes Charge Line Type Identifier
LANDED_COST_FLAG VARCHAR2 (1) Yes "Y" or "N" flag indicating whether the amount should be considered in the landed cost
UPDATE_ALLOWED VARCHAR2 (1)
"Y" or "N" flag indicating whether the charge can be updated
SOURCE_CODE VARCHAR2 (25)
Source Application Code the charge is being created from
PARENT_CHARGE_LINE_ID NUMBER

Parent Charge Line Identifier
ADJUSTMENT_NUM NUMBER
Yes Adjustment Number
MATCH_ID NUMBER

Match Identifier
MATCH_AMOUNT_ID NUMBER

Match Amount Identifier
CHARGE_AMT NUMBER
Yes Charge Ammount
CURRENCY_CODE VARCHAR2 (15)
Currency Code
CURRENCY_CONVERSION_TYPE VARCHAR2 (30)
Currency Conversion Type
CURRENCY_CONVERSION_DATE DATE

Currency Conversion Date
CURRENCY_CONVERSION_RATE NUMBER

Currency Conversion Rate
PARTY_ID NUMBER

Party Identifier
PARTY_SITE_ID NUMBER

Party Site Identifier
TRX_BUSINESS_CATEGORY VARCHAR2 (240)
Categorization of a transaction for tax purposes
INTENDED_USE VARCHAR2 (30)
Purpose for which a product may be used
PRODUCT_FISCAL_CLASS VARCHAR2 (240)
Classification of the product(s) by tax authority for tax purposes
PRODUCT_CATEGORY VARCHAR2 (240)
Used to classify products for tax purposes
PRODUCT_TYPE VARCHAR2 (240)
Product related classification for tax purposes
USER_DEF_FISCAL_CLASS VARCHAR2 (240)
User Defined Fiscal Classifiction
TAX_CLASSIFICATION_CODE VARCHAR2 (30)
Tax Classification Code
ASSESSABLE_VALUE NUMBER

EBTAX Assessable Value
TAX_ALREADY_CALCULATED_FLAG VARCHAR2 (1)
"Y" or "N" flag indicating whether the taxes have already been calculated
SHIP_FROM_PARTY_ID NUMBER

Ship From Party Identifier
SHIP_FROM_PARTY_SITE_ID NUMBER

Ship From Party Site Identifier
SHIP_TO_ORGANIZATION_ID NUMBER

Ship To Organization Identifier
SHIP_TO_LOCATION_ID NUMBER

Ship To Location Identifier
BILL_FROM_PARTY_ID NUMBER

Bill From Party Identifier
BILL_FROM_PARTY_SITE_ID NUMBER

Bill From Party Site Identifier
BILL_TO_ORGANIZATION_ID NUMBER

Bill To Organization Identifier
BILL_TO_LOCATION_ID NUMBER

Bill To Location Identifier
POA_PARTY_ID NUMBER

Point of Order Acceptance Party Identifier
POA_PARTY_SITE_ID NUMBER

Point of Order Acceptance Party Site Identifier
POO_ORGANIZATION_ID NUMBER

Point of Order Origin Organization Identifier
POO_LOCATION_ID NUMBER

Point of Order Origin Location Identifier
NEW_CHARGE_AMT NUMBER

New Charge Amount
NEW_CURRENCY_CONVERSION_TYPE VARCHAR2 (30)
New Currency Conversion Type
NEW_CURRENCY_CONVERSION_DATE DATE

New Currency Conversion Date
NEW_CURRENCY_CONVERSION_RATE NUMBER

New Currency Conversion Rate
ADJUSTMENT_TYPE_FLAG VARCHAR2 (1)
"A", "R" or "Z" flag to indicate whether the charge line will be added ("A"), removed ("R") or zeroed out ("Z") when the completed shipment is submitted
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CHARGE_LINE_ID
,      CHARGE_LINE_NUM
,      CHARGE_LINE_TYPE_ID
,      LANDED_COST_FLAG
,      UPDATE_ALLOWED
,      SOURCE_CODE
,      PARENT_CHARGE_LINE_ID
,      ADJUSTMENT_NUM
,      MATCH_ID
,      MATCH_AMOUNT_ID
,      CHARGE_AMT
,      CURRENCY_CODE
,      CURRENCY_CONVERSION_TYPE
,      CURRENCY_CONVERSION_DATE
,      CURRENCY_CONVERSION_RATE
,      PARTY_ID
,      PARTY_SITE_ID
,      TRX_BUSINESS_CATEGORY
,      INTENDED_USE
,      PRODUCT_FISCAL_CLASS
,      PRODUCT_CATEGORY
,      PRODUCT_TYPE
,      USER_DEF_FISCAL_CLASS
,      TAX_CLASSIFICATION_CODE
,      ASSESSABLE_VALUE
,      TAX_ALREADY_CALCULATED_FLAG
,      SHIP_FROM_PARTY_ID
,      SHIP_FROM_PARTY_SITE_ID
,      SHIP_TO_ORGANIZATION_ID
,      SHIP_TO_LOCATION_ID
,      BILL_FROM_PARTY_ID
,      BILL_FROM_PARTY_SITE_ID
,      BILL_TO_ORGANIZATION_ID
,      BILL_TO_LOCATION_ID
,      POA_PARTY_ID
,      POA_PARTY_SITE_ID
,      POO_ORGANIZATION_ID
,      POO_LOCATION_ID
,      NEW_CHARGE_AMT
,      NEW_CURRENCY_CONVERSION_TYPE
,      NEW_CURRENCY_CONVERSION_DATE
,      NEW_CURRENCY_CONVERSION_RATE
,      ADJUSTMENT_TYPE_FLAG
FROM APPS.INL_ADJ_CHARGE_LINES_V;

Dependencies

[top of page]

APPS.INL_ADJ_CHARGE_LINES_V references the following:

SchemaAPPS
SynonymINL_CHARGE_LINES
APPS.INL_ADJ_CHARGE_LINES_V is referenced by following:

SchemaAPPS
ViewINL_CHARGE_OVERALL_V
ViewINL_EBTAX_LINES_V
Package BodyINL_INTERFACE_PVT - show dependent code
Package BodyINL_SHIPMENT_PVT - show dependent code
PL/SQL PackageINL_TAX_PVT - show dependent code