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


TABLE: APPS.FII_AP_HHIST_B_MV

Object Details
Object Name: FII_AP_HHIST_B_MV
Object Type: TABLE
Owner: APPS
FND Design Data: TableFND.FII_AP_HHIST_B_MV
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
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 does not reference any database object

APPS.FII_AP_HHIST_B_MV is referenced by following:

SchemaAPPS
Materialized ViewFII_AP_HHIST_B_MV
Materialized ViewFII_AP_HHIST_I_MV