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


TABLE: FV.FV_FINCHRG_DEBITMEMO_TEMP

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


The FV_FINCHRG_DEBITMEMO_TEMP stores the records that are processed in the Accrue Finance Charge process. The table contains the debit memos, created or adjusted.This is a tempary table for the Accrue Finance Charge Detail Report.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TRX_NUMBER VARCHAR2 (20)
Transaction number
CHARGE_TYPE VARCHAR2 (30)
Charge type
AMOUNT NUMBER (15)
Amount
LINE_NUMBER NUMBER (15)
Line number
CREATE_ADJUST_FLAG VARCHAR2 (1)
Indicates C or A for creation or adjustment of debit memo
SET_OF_BOOKS_ID NUMBER (15)
Set of Books identifier
ORG_ID NUMBER (15)
Organization identifier
Query Text

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


SELECT TRX_NUMBER
,      CHARGE_TYPE
,      AMOUNT
,      LINE_NUMBER
,      CREATE_ADJUST_FLAG
,      SET_OF_BOOKS_ID
,      ORG_ID
FROM FV.FV_FINCHRG_DEBITMEMO_TEMP;

Dependencies

[top of page]

FV.FV_FINCHRG_DEBITMEMO_TEMP does not reference any database object

FV.FV_FINCHRG_DEBITMEMO_TEMP is referenced by following:

SchemaAPPS
SynonymFV_FINCHRG_DEBITMEMO_TEMP