[Home] [Help]
[Dependency Information]
| Object Name: | PA_ORG_LABOR_SCH_RULE |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_ORG_LABOR_SCH_RULE
|
| Subobject Name: | |
| Status: | VALID |
PA_ORG_LABOR_SCH_RULE stores labor costing rule and rate schedule assignments for organizations
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_ORG_LABOR_SCH_RULE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_LABOR_SCH_RULE_ID
|
| PA_ORG_LABOR_SCH_RULE_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
ORG_ID
START_DATE_ACTIVE
|
| PA_ORG_LABOR_SCH_RULE_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COST_RATE_SCH_ID
FORECAST_COST_RATE_SCH_ID
LABOR_COSTING_RULE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_LABOR_SCH_RULE_ID | NUMBER | (15) | Yes | The system-generated number that uniquely identifies the Assignment |
| ORGANIZATION_ID | NUMBER | (15) | The identifier of the organization that uses the assigned costing rule and rate schedule. | |
| ORG_ID | NUMBER | (15) | The identifier of the operating unit that uses the assigned costing rule and rate schedule. | |
| LABOR_COSTING_RULE | VARCHAR2 | (150) | The implementation defined Labor costing rule | |
| COST_RATE_SCH_ID | NUMBER | (15) | The cost rate schedule that is to be used by selected Organization | |
| FORECAST_COST_RATE_SCH_ID | NUMBER | (15) | The cost rate schedule that is to be used by selected Organization when forcasting cost and revenue | |
| OVERTIME_PROJECT_ID | NUMBER | (15) | The project to which the system generated Overtime items are charged | |
| OVERTIME_TASK_ID | NUMBER | (15) | The task to which the system generated Overtime items are charged | |
| ACCT_RATE_DATE_CODE | VARCHAR2 | (150) | Indicates the data type used to derive the account rate date | |
| ACCT_RATE_TYPE | VARCHAR2 | (150) | Functional Rate Type override for currency conversion | |
| ACCT_EXCHANGE_RATE | NUMBER | store the Exchange Rate value for schedule rule | ||
| START_DATE_ACTIVE | DATE | Yes | Effective start date for the costing rule and rate schedule assignment. | |
| END_DATE_ACTIVE | DATE | Effective end date for the costing rule and rate schedule assignment. | ||
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| BASE_HOURS | NUMBER | (15) | Number of hours that are used to enable accounting for uncompensated overtime hours. | |
| RBC_ELEMENT_TYPE_ID | NUMBER | (9) | Pay element identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_LABOR_SCH_RULE_ID
, ORGANIZATION_ID
, ORG_ID
, LABOR_COSTING_RULE
, COST_RATE_SCH_ID
, FORECAST_COST_RATE_SCH_ID
, OVERTIME_PROJECT_ID
, OVERTIME_TASK_ID
, ACCT_RATE_DATE_CODE
, ACCT_RATE_TYPE
, ACCT_EXCHANGE_RATE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, BASE_HOURS
, RBC_ELEMENT_TYPE_ID
FROM PA.PA_ORG_LABOR_SCH_RULE;
PA.PA_ORG_LABOR_SCH_RULE does not reference any database object
PA.PA_ORG_LABOR_SCH_RULE is referenced by following:
PA
PA_ORG_LABOR_SCH_RULE#
|
|
|
|