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


VIEW: APPS.ISC_RISK_INDICATORS_S

Object Details
Object Name: ISC_RISK_INDICATORS_S
Object Type: VIEW
Owner: APPS
FND Design Data: ViewISC.ISC_RISK_INDICATORS_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 AR Risk Indicator table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
OPER_UNIT_FK_KEY NUMBER

Foreign key to the Internal Organization dimension, Operating Unit level
OPER_UNIT_NAME VARCHAR2 (150)
Operating Unit name
SHIP_BKLG_AMT_G NUMBER

Total amount of shipping backlog in warehouse currency
DLQT_BKLG_AMT_G NUMBER

Total amount of delinquent backlog in warehouse currency
OPEN_REC_AMT_G NUMBER

Total amount of open receivables in warehouse currency
PASTDUE_REC_AMT_G NUMBER

Total amount of past due receivables in warehouse currency
Query Text

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


SELECT OPER_UNIT_FK_KEY
,      OPER_UNIT_NAME
,      SHIP_BKLG_AMT_G
,      DLQT_BKLG_AMT_G
,      OPEN_REC_AMT_G
,      PASTDUE_REC_AMT_G
FROM APPS.ISC_RISK_INDICATORS_S;

Dependencies

[top of page]

APPS.ISC_RISK_INDICATORS_S references the following:

SchemaAPPS
SynonymFII_AR_RISK_INDICATOR_F

APPS.ISC_RISK_INDICATORS_S is not referenced by any database object