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


TABLE: IBY.IBY_ACK_PMT_ERRORS

Object Details
Object Name: IBY_ACK_PMT_ERRORS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_ACK_PMT_ERRORS
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.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ACK_PMT_ERROR_ID NUMBER (15) Yes System generated primary key
ACK_PMT_ID NUMBER (15) Yes PK of payment acknowledgement table.
BANK_ERROR_CODE VARCHAR2 (80)
Bank assigned error code
BANK_ERROR_MESSAGE VARCHAR2 (1024)
Error message describing the error
BANK_ERROR_LOCATION VARCHAR2 (1024)
Location of the error in the original payment file.
CREATED_BY NUMBER (15) Yes Standard Who columns
CREATION_DATE DATE
Yes Standard Who columns
LAST_UPDATED_BY NUMBER (15) Yes Standard Who columns
LAST_UPDATE_DATE DATE
Yes Standard Who columns
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who columns
Query Text

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


SELECT ACK_PMT_ERROR_ID
,      ACK_PMT_ID
,      BANK_ERROR_CODE
,      BANK_ERROR_MESSAGE
,      BANK_ERROR_LOCATION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IBY.IBY_ACK_PMT_ERRORS;

Dependencies

[top of page]

IBY.IBY_ACK_PMT_ERRORS does not reference any database object

IBY.IBY_ACK_PMT_ERRORS is referenced by following:

SchemaIBY
ViewIBY_ACK_PMT_ERRORS#