[Home] [Help]
[Dependency Information]
Object Name: | PA_IND_RATE_SCHEDULES_ALL_BG |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_IND_RATE_SCHEDULES_ALL_BG stores sets of burden rates
(also referred to as burden schedules)
that can be used to calculate burden amounts for
expenditures charged to a project.
.
All burden schedules are owned by a business group. The view
PA_IND_RATE_SCHEDULES lists burden schedules for the
business group in the implementation options under which
you are logged on.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_IND_RATE_SCHEDULES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PA_IND_RATE_SCHEDULES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PA_IND_RATE_SCHEDULES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PA_IND_RATE_SCHEDULES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
IND_RATE_SCH_ID | NUMBER | (15) | Yes | The system-generated number which uniquely identifies the burden schedule |
IND_RATE_SCH_NAME | VARCHAR2 | (30) | Yes | The implementation-defined name of the burden schedule |
DESCRIPTION | VARCHAR2 | (250) | The description of the burden schedule | |
START_DATE_ACTIVE | DATE | Yes | First effective date of the burden schedule | |
END_DATE_ACTIVE | DATE | Last effective date of the burden schedule | ||
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 | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
COST_PLUS_STRUCTURE | VARCHAR2 | (30) | Yes | The name of the default burden structure that is used by the burden schedule |
IND_RATE_SCHEDULE_TYPE | VARCHAR2 | (1) | Yes | The type of the burden schedule |
PROJECT_ID | NUMBER | (15) | The identifier of the project which uses the burden schedule as schedule override | |
TASK_ID | NUMBER | (15) | The identifier of the task which uses the burden schedule as schedule override | |
COST_OVR_SCH_FLAG | VARCHAR2 | (1) | Flag indicates whether the burden schedule can be used for costing schedule override | |
REV_OVR_SCH_FLAG | VARCHAR2 | (1) | Flag indicates whether the burden schedule can be used for revenue schedule override | |
INV_OVR_SCH_FLAG | VARCHAR2 | (1) | Flag indicates whether the burden schedule can be used for invoice schedule override | |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Identifier of business group that owns the burden schedule |
ORGANIZATION_STRUCTURE_ID | NUMBER | (15) | Yes | Identifier of the default organization hierarchy used for burdening for the burden schedule version. |
ORG_STRUCTURE_VERSION_ID | NUMBER | (15) | Yes | Identifier of the burden hierarchy version for the burden schedule. |
START_ORGANIZATION_ID | NUMBER | (15) | Yes | Identifier of the highest organization used for the burden hierarchy. |
IND_RATE_SCH_USAGE | VARCHAR2 | (30) | Yes | Internal column to distinguish a Burden rate schedule from a Capitalized Interest rate schedule. Values are BURDEN and CAPITALIZED_INTEREST. |
Cut, paste (and edit) the following text to query this object:
SELECT IND_RATE_SCH_ID
, IND_RATE_SCH_NAME
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, COST_PLUS_STRUCTURE
, IND_RATE_SCHEDULE_TYPE
, PROJECT_ID
, TASK_ID
, COST_OVR_SCH_FLAG
, REV_OVR_SCH_FLAG
, INV_OVR_SCH_FLAG
, BUSINESS_GROUP_ID
, ORGANIZATION_STRUCTURE_ID
, ORG_STRUCTURE_VERSION_ID
, START_ORGANIZATION_ID
, IND_RATE_SCH_USAGE
FROM PA.PA_IND_RATE_SCHEDULES_ALL_BG;
PA.PA_IND_RATE_SCHEDULES_ALL_BG does not reference any database object
PA.PA_IND_RATE_SCHEDULES_ALL_BG is referenced by following:
|
|
|