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


TABLE: AR.AR_BPA_PRINT_REQUESTS

Object Details
Object Name: AR_BPA_PRINT_REQUESTS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_BPA_PRINT_REQUESTS
Subobject Name:
Status: VALID


Release 11i: Used by Bill Presentment Architecture


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_BPA_PRINT_REQUESTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnREQUEST_ID
ColumnWORKER_ID
Columns
Name Datatype Length Mandatory Comments
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15) Yes Batch printing job request identifier
PAYMENT_SCHEDULE_ID NUMBER (15)
Foreign key to AR_PAYMENT_SCHEDULES_ALL
WORKER_ID NUMBER (15) Yes Identifies print worker for payment shedule line
PRINT_FLAG VARCHAR2 (1)
Set to Y when transaction has been printed.
CUSTOMER_TRX_ID NUMBER (15)
Foreign key to RA_CUSTOMER_TRX_ALL
Query Text

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


SELECT LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PAYMENT_SCHEDULE_ID
,      WORKER_ID
,      PRINT_FLAG
,      CUSTOMER_TRX_ID
FROM AR.AR_BPA_PRINT_REQUESTS;

Dependencies

[top of page]

AR.AR_BPA_PRINT_REQUESTS does not reference any database object

AR.AR_BPA_PRINT_REQUESTS is referenced by following:

SchemaAR
ViewAR_BPA_PRINT_REQUESTS#