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


VIEW: APPS.AR_TRX_HISTORY_MRC_V

Object Details
Object Name: AR_TRX_HISTORY_MRC_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.AR_TRX_HISTORY_MRC_V
Subobject Name:
Status: VALID

View Type

A multiple reporting currency view

[View Source]

Columns
Name Datatype Length Mandatory Comments
TRANSACTION_HISTORY_ID NUMBER (15) Yes Unique identifier for transaction history
CUSTOMER_TRX_ID NUMBER (15) Yes Identifies the transaction that this history row relates to
STATUS VARCHAR2 (30) Yes Transaction status. Lookup code for TRANSACTION_HISTORY_STATUS.
EVENT VARCHAR2 (30)
Event that resulted in the creation of this row. Lookup code for the TRANSACTION_HISTORY_EVENT column.
BATCH_ID NUMBER (15)
Foreign key to the AR_BATCHES or RA_BATCHES table. Points to batch used to create this row for the transaction.
TRX_DATE DATE
Yes Transaction date, when this history row occurs
GL_DATE DATE

General Ledger date for this history row
MATURITY_DATE DATE

Maturity date for this history row
CURRENT_RECORD_FLAG VARCHAR2 (1)
Indicates if this row is the latest step for this transaction. Y for the latest step. Null for not the latest step.
CURRENT_ACCOUNTED_FLAG VARCHAR2 (1)
Indicates if this row is the latest accounted step for this transaction. Y for the latest accounted step. Null for not the latest step.
POSTABLE_FLAG VARCHAR2 (1) Yes Indicates if the row is postable. Y for postable. N for not postable.
FIRST_POSTED_RECORD_FLAG VARCHAR2 (1) Yes Indicates if this is the first row posted for the transaction. Y for the first row. N for not the first row.
POSTING_CONTROL_ID NUMBER (15) Yes Receivable posting batch identifier; -3 means that the row is not posted.
GL_POSTED_DATE DATE

Date this record was posted to General Ledger
PRV_TRX_HISTORY_ID NUMBER (15)
Unique identifier for transaction history of the record that precedes the current record
CREATED_FROM VARCHAR2 (30) Yes Code pointing to the form/program that created this row
COMMENTS VARCHAR2 (240)
Comments related to this row
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
ORG_ID NUMBER (15)
Organization identifier
MRC_CREATED_FROM VARCHAR2 (2000)
Concatenated string of reporting Set of Books identifier and code for program that created this row. MRC only
MRC_GL_POSTED_DATE VARCHAR2 (2000)
Concatenated string of reporting Set of Books identifier and posted date for reporting book or books. MRC only.
MRC_POSTING_CONTROL_ID VARCHAR2 (2000)
Concatenated string of reporting Set of Books identifier and Receivables posting batch identifier. MRC only.
Query Text

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


SELECT TRANSACTION_HISTORY_ID
,      CUSTOMER_TRX_ID
,      STATUS
,      EVENT
,      BATCH_ID
,      TRX_DATE
,      GL_DATE
,      MATURITY_DATE
,      CURRENT_RECORD_FLAG
,      CURRENT_ACCOUNTED_FLAG
,      POSTABLE_FLAG
,      FIRST_POSTED_RECORD_FLAG
,      POSTING_CONTROL_ID
,      GL_POSTED_DATE
,      PRV_TRX_HISTORY_ID
,      CREATED_FROM
,      COMMENTS
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      ORG_ID
,      MRC_CREATED_FROM
,      MRC_GL_POSTED_DATE
,      MRC_POSTING_CONTROL_ID
FROM APPS.AR_TRX_HISTORY_MRC_V;

Dependencies

[top of page]

APPS.AR_TRX_HISTORY_MRC_V references the following:

SchemaAPPS
SynonymAR_MC_TRANSACTION_HISTORY
SynonymAR_TRANSACTION_HISTORY_ALL

APPS.AR_TRX_HISTORY_MRC_V is not referenced by any database object