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


VIEW: APPS.ISC_RISK_SHIP_DLQT_S

Object Details
Object Name: ISC_RISK_SHIP_DLQT_S
Object Type: VIEW
Owner: APPS
FND Design Data: ViewISC.ISC_RISK_SHIP_DLQT_S
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is designed to be used by Oracle Performance Measure Viewer (PMV). The _FK columns are mapping the dimension levels, while measures are retrieved from the Backlog Summary table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
OPER_UNIT_FK_KEY NUMBER

Foreign key to the Internal Organization dimension, Operating Unit level
CUSTOMER_FK_KEY NUMBER

Foreign key to the customer level of Trading Partner dimension
ORDER_NUMBER VARCHAR2 (80)
Order Number
CUSTOMER_NAME VARCHAR2 (80)
Customer Name
BOOKED_DATE DATE

Date of the transaction when it has been booked
SHIP_BKLG_LINE_COUNT NUMBER

Total number of shipping backlog lines
SHIP_BKLG_AMT_G NUMBER

Total amount of shipping backlog in warehouse currency
DAYS_OPEN NUMBER

Total number of days between the booked date and today (sysdate) for backlog orders
DLQT_BKLG_LINE_COUNT NUMBER

Total number of delinquent backlog lines
DLQT_BKLG_AMT_G NUMBER

Total amount of delinquent backlog in warehouse currency
MAX_DAYS_LATE NUMBER

Total number of days between the scheduled date and today (sysdate) for delinquent backlog orders
HEADER_ID VARCHAR2 (80)
Unique identifier of the Header of an order
Query Text

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


SELECT OPER_UNIT_FK_KEY
,      CUSTOMER_FK_KEY
,      ORDER_NUMBER
,      CUSTOMER_NAME
,      BOOKED_DATE
,      SHIP_BKLG_LINE_COUNT
,      SHIP_BKLG_AMT_G
,      DAYS_OPEN
,      DLQT_BKLG_LINE_COUNT
,      DLQT_BKLG_AMT_G
,      MAX_DAYS_LATE
,      HEADER_ID
FROM APPS.ISC_RISK_SHIP_DLQT_S;

Dependencies

[top of page]

APPS.ISC_RISK_SHIP_DLQT_S references the following:

SchemaAPPS
SynonymISC_EDW_BACKLOG_SUM1_F

APPS.ISC_RISK_SHIP_DLQT_S is not referenced by any database object