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


VIEW: APPS.CE_STATEMENT_RECON_GT_V

Object Details
Object Name: CE_STATEMENT_RECON_GT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCE.CE_STATEMENT_RECON_GT_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
STATEMENT_LINE_ID NUMBER (15) Yes Statement line identifier
REFERENCE_TYPE VARCHAR2 (30) Yes Specifies transaction type to be matched, either PAYMENT, RECEIPT, JE_LINE, or STATEMENT
REFERENCE_ID NUMBER (15) Yes Reference identifier; AP_CHECKS_ALL.check_id, AR_CASH_RECEIPT_HISTORY_ALL.cash_receipt_history_id, GL_JE_LINES.je_line, or CE_STATEMENT_LINES.statement_line_id
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
JE_HEADER_ID NUMBER (15)
Journal entry header identifier
ORG_ID NUMBER (15)
Organization identifier
REFERENCE_STATUS VARCHAR2 (30)
Latest status of the referenced transaction
STATUS_FLAG VARCHAR2 (1)
Reconciliation status flag, M for matched or U for unmatched
ACTION_FLAG VARCHAR2 (1)
No longer used
CURRENT_RECORD_FLAG VARCHAR2 (1)
Flag to indicate whether this record is for the latest reconciliation action or not, Y or N
AUTO_RECONCILED_FLAG VARCHAR2 (1)
Flag to indicate whether the reconciliation action was performed by an Autoreconciliation process or not, Y or N
REQUEST_ID NUMBER (15)
Standard WHO column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard WHO column
PROGRAM_ID NUMBER (15)
Standard WHO column
PROGRAM_UPDATE_DATE DATE

Standard WHO column
AMOUNT NUMBER

Actual reconciled amount for the statement line
LEGAL_ENTITY_ID NUMBER (15)
Legal Entity Identifier
ROW_ID ROWID (10)
Query Text

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


SELECT STATEMENT_LINE_ID
,      REFERENCE_TYPE
,      REFERENCE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      JE_HEADER_ID
,      ORG_ID
,      REFERENCE_STATUS
,      STATUS_FLAG
,      ACTION_FLAG
,      CURRENT_RECORD_FLAG
,      AUTO_RECONCILED_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      AMOUNT
,      LEGAL_ENTITY_ID
,      ROW_ID
FROM APPS.CE_STATEMENT_RECON_GT_V;

Dependencies

[top of page]

APPS.CE_STATEMENT_RECON_GT_V references the following:

SchemaAPPS
SynonymCE_SECURITY_PROFILES_GT
SynonymCE_STATEMENT_RECONCILS_ALL
APPS.CE_STATEMENT_RECON_GT_V is referenced by following:

SchemaAPPS
Package BodyCE_AUTO_BANK_CLEAR - show dependent code
Package BodyCE_AUTO_BANK_CLEAR1 - show dependent code
Package BodyCE_CEPURGE_XMLP_PKG - show dependent code
Package BodyCE_PURGE - show dependent code
Package BodyCE_STATEMENT_RECONS_PKG - show dependent code