[Home] [Help]
[Dependency Information]
| Object Name: | PSP_ACCOUNTS_ORGANIZATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_ACCOUNTS_ORGANIZATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization identifier |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization name |
| ACCOUNT_TYPE_CODE | VARCHAR2 | (30) | Yes | Type of account. Possible values are D for Default, S for Suspense, and G for Global |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_NAME
, ACCOUNT_TYPE_CODE
, BUSINESS_GROUP_ID
, SET_OF_BOOKS_ID
FROM APPS.PSP_ACCOUNTS_ORGANIZATIONS_V;
APPS
FND_PROFILE
- show dependent code
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PA_TASK_UTILS
- show dependent code
PA_UTILS4
- show dependent code
PSP_ORGANIZATION_ACCOUNTS_PKG
- show dependent code
PSP_ORGANIZATION_ACCOUNTS_V
APPS.PSP_ACCOUNTS_ORGANIZATIONS_V is not referenced by any database object
|
|
|
|