[Home] [Help]
[Dependency Information]
| Object Name: | IBY_EXTN_AUTHORIZATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRXN_EXTENSION_ID | NUMBER | (15) | Yes | Transaction Extension Identifier |
| AUTHORIZED_FLAG | VARCHAR2 | (1) | Flag based on authorization status | |
| AUTHORIZATION_STATUS | VARCHAR2 | (12) | Meaning of authorization status |
Cut, paste (and edit) the following text to query this object:
SELECT TRXN_EXTENSION_ID
, AUTHORIZED_FLAG
, AUTHORIZATION_STATUS
FROM APPS.IBY_EXTN_AUTHORIZATIONS_V;
APPS
IBY_FNDCPT_TX_OPERATIONS
IBY_TRXN_SUMMARIES_ALL
APPS
OE_PAYMENT_TRXN_UTIL
- show dependent code
|
|
|
|