[Home] [Help]
[Dependency Information]
| Object Name: | PSA_AP_XLA_UPG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view is used for upgrade payables p2p non-upgraded data
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVOICE_DISTRIBUTION_ID | NUMBER | (15) | Yes | Invoice distribution identifier |
| ACCOUNTING_EVENT_ID | NUMBER | (15) | Accounting event identifier | |
| AP_ENCUM_UPG_OPTION | VARCHAR2 | (4000) | Ap encumbrance upgrade option |
Cut, paste (and edit) the following text to query this object:
SELECT INVOICE_DISTRIBUTION_ID
, ACCOUNTING_EVENT_ID
, AP_ENCUM_UPG_OPTION
FROM APPS.PSA_AP_XLA_UPG_V;
APPS
AP_INVOICE_DISTRIBUTIONS
FINANCIALS_SYSTEM_PARAMETERS
PSA_BC_XLA_PUB
- show dependent code
APPS.PSA_AP_XLA_UPG_V is not referenced by any database object
|
|
|
|