[Home] [Help]
[Dependency Information]
| Object Name: | PSBBV_ALLOCATION_RULE_SETS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSBBV_ALLOCATION_RULE_SETS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
PSBBV_ALLOCATION_RULE_SETS displays the definition of allocation rule sets.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALLOCATION_SET_NAME | VARCHAR2 | (80) | Yes | Allocation set name |
| DESCRIPTION | VARCHAR2 | (240) | Allocation set description | |
| ALLOCATION_SET_ID | NUMBER | (15) | Yes | Allocation set unique identifier |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ALLOCATION_SET_NAME
, DESCRIPTION
, ALLOCATION_SET_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.PSBBV_ALLOCATION_RULE_SETS;
APPS
PSB_ENTITY_SET
APPS.PSBBV_ALLOCATION_RULE_SETS is not referenced by any database object
|
|
|
|