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


MATERIALIZED VIEW: APPS.FII_AP_PAYOL_XB_MV

Object Details
Object Name: FII_AP_PAYOL_XB_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: FII_AP_PAYOL_XB_MV
Updatable: N
Rewrite Enabled: N
Rewrite Capability: GENERAL
Refresh Mode: DEMAND
Refresh Method: COMPLETE
Build Mode: DEFERRED
Fast Refreshable: NO
MV Log Dependencies:

FII_TIME_DAY

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15)
Operating Unit Identifier
SUPPLIER_ID NUMBER (15)
Supplier Identifier
TIME_ID NUMBER

Time identifier
PERIOD_TYPE_ID NUMBER

Period Type Identifier
GID NUMBER

Grouping ID used by higherlevel reports
PAID_ON_TIME_COUNT_WTD NUMBER

Week to date total number of invoices paid on time
PAID_ON_TIME_COUNT_MTD NUMBER

Month to date total number of invoices paid on time
PAID_ON_TIME_COUNT_QTD NUMBER

Quarter to date total number of invoices paid on time
PAID_ON_TIME_COUNT_YTD NUMBER

Year to date total number of invoices paid on time
PAID_LATE_COUNT_WTD NUMBER

Week to date total number of invoices paid late
PAID_LATE_COUNT_MTD NUMBER

Month to date total number of invoices paid late
PAID_LATE_COUNT_QTD NUMBER

Quarter to date total number of invoices paid late
PAID_LATE_COUNT_YTD NUMBER

Year to date total number of invoices paid late
Query Text

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


SELECT ORG_ID
,      SUPPLIER_ID
,      TIME_ID
,      PERIOD_TYPE_ID
,      GID
,      PAID_ON_TIME_COUNT_WTD
,      PAID_ON_TIME_COUNT_MTD
,      PAID_ON_TIME_COUNT_QTD
,      PAID_ON_TIME_COUNT_YTD
,      PAID_LATE_COUNT_WTD
,      PAID_LATE_COUNT_MTD
,      PAID_LATE_COUNT_QTD
,      PAID_LATE_COUNT_YTD
FROM APPS.FII_AP_PAYOL_XB_MV;

Dependencies

[top of page]

APPS.FII_AP_PAYOL_XB_MV references the following:

SchemaAPPS
TableFII_AP_PAYOL_XB_MV
SynonymFII_TIME_DAY
SchemaFII
TableFII_AP_PAY_SCHED_B
TableFII_TIME_DAY
APPS.FII_AP_PAYOL_XB_MV is referenced by following:

SchemaAPPS
Materialized ViewFII_AP_MGT_KPI_MV