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


TABLE: BIL.BIL_BI_PIPELINE_F

Object Details
Object Name: BIL_BI_PIPELINE_F
Object Type: TABLE
Owner: BIL
FND Design Data: TableBIL.BIL_BI_PIPELINE_F
Subobject Name:
Status: VALID


Fact table for sales open and pipeline amounts for historical dates (older than 3 weeks from sysdate)


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIL_BI_PIPELINE_F_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnSNAP_DATE
ColumnSALES_GROUP_ID
ColumnSALESREP_ID
ColumnITEM_ID
ColumnITEM_ORGANIZATION_ID
ColumnPRODUCT_CATEGORY_ID
ColumnWIN_PROBABILITY
Columns
Name Datatype Length Mandatory Comments
SALES_GROUP_ID NUMBER
Yes Sales group identifier
SALESREP_ID NUMBER
Yes Salesrep identifier
SNAP_DATE DATE
Yes The date on which the snapshot is taken. Snapshot before 6pm are considered taken for previous day.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER
Yes Standard who column
PRODUCT_CATEGORY_ID NUMBER

Product category identifier of opporunity purchase line
ITEM_ID NUMBER

Item identifier associated with the opporunity purchase line (optional)
ITEM_ORGANIZATION_ID NUMBER

The identifier for the organization that item is defined in.
PROGRAM_APPLICATION_ID NUMBER

Application identifier of last concurrent program to update record
PROGRAM_ID NUMBER

Identifier of last concurrent program to update record
REQUEST_ID NUMBER

Request identifier of last concurrent program to update record
PROGRAM_UPDATE_DATE DATE

Last date concurrent program updated record
WIN_PROBABILITY NUMBER

Win probability for the opportunity
PIPELINE_AMT_DAY NUMBER

Pipeline amount for the current day in primary global currency.
PIPELINE_AMT_WEEK NUMBER

Pipeline amount for the current week in primary global currency.
PIPELINE_AMT_PERIOD NUMBER

Pipeline amount for the current period in primary global currency.
PIPELINE_AMT_QUARTER NUMBER

Pipeline amount for the current quarter in primary global currency.
PIPELINE_AMT_YEAR NUMBER

Pipeline amount for the current year in primary global currency.
OPEN_AMT_DAY NUMBER

Open amount for the current day in primary global currency.
OPEN_AMT_WEEK NUMBER

Open amount for the current week in primary global currency.
OPEN_AMT_PERIOD NUMBER

Open amount for the current period in primary global currency.
OPEN_AMT_QUARTER NUMBER

Open amount for the current quarter in primary global currency.
OPEN_AMT_YEAR NUMBER

Open amount for the current year in primary global currency.
PIPELINE_AMT_DAY_S NUMBER

Pipeline amount for the current day in secondary global currency.
PIPELINE_AMT_WEEK_S NUMBER

Pipeline amount for the current week in secondary global currency.
PIPELINE_AMT_PERIOD_S NUMBER

Pipeline amount for the current period in secondary global currency.
PIPELINE_AMT_QUARTER_S NUMBER

Pipeline amount for the current quarter in secondary global currency.
PIPELINE_AMT_YEAR_S NUMBER

Pipeline amount for the current year in secondary global currency.
OPEN_AMT_DAY_S NUMBER

Open amount for the current day in secondary global currency.
OPEN_AMT_WEEK_S NUMBER

Open amount for the current week in secondary global currency.
OPEN_AMT_PERIOD_S NUMBER

Open amount for the current period in secondary global currency.
OPEN_AMT_QUARTER_S NUMBER

Open amount for the current quarter in secondary global currency.
OPEN_AMT_YEAR_S NUMBER

Open amount for the current year in secondary global currency.
Query Text

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


SELECT SALES_GROUP_ID
,      SALESREP_ID
,      SNAP_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PRODUCT_CATEGORY_ID
,      ITEM_ID
,      ITEM_ORGANIZATION_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      REQUEST_ID
,      PROGRAM_UPDATE_DATE
,      WIN_PROBABILITY
,      PIPELINE_AMT_DAY
,      PIPELINE_AMT_WEEK
,      PIPELINE_AMT_PERIOD
,      PIPELINE_AMT_QUARTER
,      PIPELINE_AMT_YEAR
,      OPEN_AMT_DAY
,      OPEN_AMT_WEEK
,      OPEN_AMT_PERIOD
,      OPEN_AMT_QUARTER
,      OPEN_AMT_YEAR
,      PIPELINE_AMT_DAY_S
,      PIPELINE_AMT_WEEK_S
,      PIPELINE_AMT_PERIOD_S
,      PIPELINE_AMT_QUARTER_S
,      PIPELINE_AMT_YEAR_S
,      OPEN_AMT_DAY_S
,      OPEN_AMT_WEEK_S
,      OPEN_AMT_PERIOD_S
,      OPEN_AMT_QUARTER_S
,      OPEN_AMT_YEAR_S
FROM BIL.BIL_BI_PIPELINE_F;

Dependencies

[top of page]

BIL.BIL_BI_PIPELINE_F does not reference any database object

BIL.BIL_BI_PIPELINE_F is referenced by following:

SchemaAPPS
SynonymBIL_BI_PIPELINE_F
Materialized ViewBIL_BI_PIPE_MV