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


VIEW: APPS.MTL_FETCH_AGREEMENT_LINES

Object Details
Object Name: MTL_FETCH_AGREEMENT_LINES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_FETCH_AGREEMENT_LINES
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
CONTRACT_NUMBER VARCHAR2 (120)
Contract (RFP,Proposal etc.) Legal Identifier
CONTRACT_ID NUMBER

Conract Identifier
AUTHORING_ORG_ID NUMBER

Identifier of the Operating Unit to which the contract belongs. This is the same as that of the responsibility in case the contract is created manually. If the contract is created from another contract (for example, through a copy operation), then this is the same as that of the source contract
SERVICE_AGREEMENT_LINE_ID NUMBER

ID of the Contract Line to which this item belongs. Refers to ID in OKC_K_LINES_B.
CLIENT_ID NUMBER

Client Identifier
CLIENT_CODE VARCHAR2 (10)
Client Code
CLIENT_NUMBER VARCHAR2 (30)
Client Number
CLIENT_NAME VARCHAR2 (360)
Client Name
SERVICE_ITEM VARCHAR2 (40)
Service Item
SERVICE_ITEM_ORG_ID VARCHAR2 (200)
Service item organization ID
INVENTORY_ITEM_ID NUMBER

Inventory item identifier
BILLING_UOM VARCHAR2 (3)
Primary unit of measure code
SERVICE_LINE_START_DATE DATE

Service line start date
SERVICE_LINE_END_DATE DATE

Service line End Date
COUNTER_ITEM_ID NUMBER

Unique identifier of Contract
NET_READING NUMBER

Net readings
LAST_COMPUTATION_DATE DATE

Counter reading capture date
LAST_READING NUMBER

last reading
Query Text

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


SELECT CONTRACT_NUMBER
,      CONTRACT_ID
,      AUTHORING_ORG_ID
,      SERVICE_AGREEMENT_LINE_ID
,      CLIENT_ID
,      CLIENT_CODE
,      CLIENT_NUMBER
,      CLIENT_NAME
,      SERVICE_ITEM
,      SERVICE_ITEM_ORG_ID
,      INVENTORY_ITEM_ID
,      BILLING_UOM
,      SERVICE_LINE_START_DATE
,      SERVICE_LINE_END_DATE
,      COUNTER_ITEM_ID
,      NET_READING
,      LAST_COMPUTATION_DATE
,      LAST_READING
FROM APPS.MTL_FETCH_AGREEMENT_LINES;

Dependencies

[top of page]

APPS.MTL_FETCH_AGREEMENT_LINES references the following:

SchemaAPPS
SynonymCSI_COUNTER_READINGS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES
PL/SQL PackageINV_3PL_BILLING_COUNTER_PVT - show dependent code
SynonymMTL_CLIENT_PARAMETERS
ViewMTL_SYSTEM_ITEMS_B_KFV
SynonymOKC_K_HEADERS_ALL_B
SynonymOKC_K_ITEMS
SynonymOKC_K_LINES_B
APPS.MTL_FETCH_AGREEMENT_LINES is referenced by following:

SchemaAPPS
ViewMTL_BILLING_RULE_LINES_V