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


TABLE: FV.FV_RECEIVABLES_ACTIVITY_TEMP

Object Details
Object Name: FV_RECEIVABLES_ACTIVITY_TEMP
Object Type: TABLE
Owner: FV
FND Design Data: TableFV.FV_RECEIVABLES_ACTIVITY_TEMP
Subobject Name:
Status: VALID


FV_RECEIVABLES_ACTIVITY_TEMP is a temporary table that is populated by the Receivables Activity Worksheet Process. This table serves as the base table for the Receivables Activity Worksheet Report.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
LINE_NUM VARCHAR2 (20)
Line Number
DESCRIPTION VARCHAR2 (240)
Description
COUNT NUMBER

Count of Transactions contributing to the Dollar Amount.
AMOUNT NUMBER

Dollar Amount
Query Text

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


SELECT LINE_NUM
,      DESCRIPTION
,      COUNT
,      AMOUNT
FROM FV.FV_RECEIVABLES_ACTIVITY_TEMP;

Dependencies

[top of page]

FV.FV_RECEIVABLES_ACTIVITY_TEMP does not reference any database object

FV.FV_RECEIVABLES_ACTIVITY_TEMP is referenced by following:

SchemaAPPS
SynonymFV_RECEIVABLES_ACTIVITY_TEMP