[Home] [Help]
[Dependency Information]
| Object Name: | PO_SGD_DISTRIBUTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_SGD_DISTRIBUTIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PK1_VALUE | NUMBER | Primary Key Value | ||
| PK2_VALUE | NUMBER | Primary Key Value | ||
| PK3_VALUE | NUMBER | Primary Key Value | ||
| PK4_VALUE | NUMBER | Primary Key Value | ||
| PK5_VALUE | NUMBER | Primary Key Value | ||
| COL_NAME | VARCHAR2 | (27) | Column Name | |
| COL_VALUE | VARCHAR2 | (200) | Column Value | |
| COL_DESC | VARCHAR2 | (240) | Column description |
Cut, paste (and edit) the following text to query this object:
SELECT PK1_VALUE
, PK2_VALUE
, PK3_VALUE
, PK4_VALUE
, PK5_VALUE
, COL_NAME
, COL_VALUE
, COL_DESC
FROM APPS.PO_SGD_DISTRIBUTIONS_V;
APPS
FND_LOOKUP_VALUES
GL_CODE_COMBINATIONS_KFV
HR_ALL_ORGANIZATION_UNITS
HR_LOCATIONS_ALL
OKC_K_LINES_B
PA_PROJECTS_ALL
PA_TASKS
PER_ALL_PEOPLE_F
PO_DISTRIBUTIONS_ALL
PO_DISTRIBUTIONS_DRAFT_ALL
PO_GEN_DIFF_PKG
- show dependent code
APPS.PO_SGD_DISTRIBUTIONS_V is not referenced by any database object
|
|
|
|