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


VIEW: APPS.FV_BE_RPR_XLA_V

Object Details
Object Name: FV_BE_RPR_XLA_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFV.FV_BE_RPR_XLA_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


The main purpose of this view is used for reporting the Reprogram BE transactions in SLA. The information acquired from this view is displayed in Subledger Accounting reports and inquiries


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER (15) Yes Transaction identifier from FV_BE_RPR_TRANSACTIONS
DOC_NUMBER VARCHAR2 (26) Yes Document number
FUND_VALUE_FROM VARCHAR2 (25) Yes Balancing segment value from which funds are being transferred
FUND_VALUE_TO VARCHAR2 (25) Yes Balancing segment value to which funds are being transferred
TRANSACTION_DATE DATE
Yes Transaction date
RPR_SOURCE CHAR (9)
The Source of the transaction. Currently fixed to "Reprogram"
BUDGET_LEVEL VARCHAR2 (15) Yes Budget Level description
Query Text

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


SELECT TRANSACTION_ID
,      DOC_NUMBER
,      FUND_VALUE_FROM
,      FUND_VALUE_TO
,      TRANSACTION_DATE
,      RPR_SOURCE
,      BUDGET_LEVEL
FROM APPS.FV_BE_RPR_XLA_V;

Dependencies

[top of page]

APPS.FV_BE_RPR_XLA_V references the following:

SchemaAPPS
SynonymFV_BE_RPR_TRANSACTIONS
SynonymFV_BUDGET_LEVELS

APPS.FV_BE_RPR_XLA_V is not referenced by any database object