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


MATERIALIZED VIEW: APPS.FII_AP_HHIST_B_MV

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

FII_AP_HOLD_HIST_B

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
ROWID_1 ROWID (10)
Row identifier from the fii_ap_Hold_hist_b summary table
MARKER NUMBER

1 denotes Hold action and 2 denotes Release action
ORG_ID NUMBER (15)
Operating unit identifier
SUPPLIER_ID NUMBER (15)
Supplier Identifier
INVOICE_ID NUMBER (15)
Invoice identifier
SEQ_ID NUMBER (15)
Sequence identifier for number of holds placed
HOLD_TIME_ID NUMBER

Time identifier when the invoice was placed on hold
RELEASE_TIME_ID NUMBER

Time identifier when the invoice was released. Null if it has not been released
PERIOD_TYPE_ID NUMBER

Period type Identifier
HOLD_DATE DATE

Date on which the hold was placed
RELEASE_DATE DATE

Date on which the hold was released
Query Text

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


SELECT ROWID_1
,      MARKER
,      ORG_ID
,      SUPPLIER_ID
,      INVOICE_ID
,      SEQ_ID
,      HOLD_TIME_ID
,      RELEASE_TIME_ID
,      PERIOD_TYPE_ID
,      HOLD_DATE
,      RELEASE_DATE
FROM APPS.FII_AP_HHIST_B_MV;

Dependencies

[top of page]

APPS.FII_AP_HHIST_B_MV references the following:

SchemaAPPS
TableFII_AP_HHIST_B_MV
SchemaFII
TableFII_AP_HOLD_HIST_B
APPS.FII_AP_HHIST_B_MV is referenced by following:

SchemaAPPS
Materialized ViewFII_AP_HHIST_I_MV