[Home] [Help]
[Dependency Information]
Object Name: | PA_RBS_HEADERS_AMG_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view shows the name, effective dates, and related information for a resource breakdown structure (RBS). The information in this view is applicable to all versions of the RBS. The RBS header name and description are shown in the user's language.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RBS_HEADER_ID | NUMBER | (15) | Yes | Identifier of the RBS header |
EFFECTIVE_FROM_DATE | DATE | Yes | The start date of the RBS | |
EFFECTIVE_TO_DATE | DATE | The end date of the RBS | ||
BUSINESS_GROUP_ID | NUMBER | (15) | Identifier of the business group to which the RBS header belongs | |
BUSINESS_GROUP_NAME | VARCHAR2 | (240) | Yes | Name of the business group to which the RBS header belongs |
USE_FOR_ALLOC_FLAG | VARCHAR2 | (1) | Flag indicating whether the RBS can be used in allocations. An RBS can be used in allocations if there are no rule-based RBS elements in any of its versions. | |
NAME | VARCHAR2 | (240) | Yes | The name of the RBS |
DESCRIPTION | VARCHAR2 | (2000) | The description of the RBS |
Cut, paste (and edit) the following text to query this object:
SELECT RBS_HEADER_ID
, EFFECTIVE_FROM_DATE
, EFFECTIVE_TO_DATE
, BUSINESS_GROUP_ID
, BUSINESS_GROUP_NAME
, USE_FOR_ALLOC_FLAG
, NAME
, DESCRIPTION
FROM APPS.PA_RBS_HEADERS_AMG_V;
APPS.PA_RBS_HEADERS_AMG_V is not referenced by any database object
|
|
|