[Home] [Help]
[Dependency Information]
| Object Name: | PA_JOB_SCHEDULES_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_JOB_SCHEDULES_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| JOB_BILL_RATE_SCHEDULE_ID | NUMBER | Yes | The system generated number that uniquely identifies the Bill Rate Schedules. | |
| STD_BILL_RATE_SCHEDULE | VARCHAR2 | (20) | Yes | Implementation-defined name that identifies the bill rate schedule owned by an organization |
| RATE_SCH_CURRENCY_CODE | VARCHAR2 | (15) | Rate Currency Code | |
| SHARE_ACROSS_OU_FLAG | VARCHAR2 | (1) | If this flag is enabled, the bill rate can be shared across operating units | |
| JOB_GROUP_ID | NUMBER | (15) | Identifies the Jobs which can be used in this schedule for setting up the bill rates. | |
| ORGANIZATION_ID | NUMBER | (15) | Yes | The identifier of the organization that owns the standard bill rate schedule |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Name of the organization. |
| OPERATING_UNIT | NUMBER | (15) | Operating unit identifier for multi-organization installations | |
| OU_NAME | VARCHAR2 | (240) | Yes | Name of the organization. |
Cut, paste (and edit) the following text to query this object:
SELECT JOB_BILL_RATE_SCHEDULE_ID
, STD_BILL_RATE_SCHEDULE
, RATE_SCH_CURRENCY_CODE
, SHARE_ACROSS_OU_FLAG
, JOB_GROUP_ID
, ORGANIZATION_ID
, ORGANIZATION_NAME
, OPERATING_UNIT
, OU_NAME
FROM APPS.PA_JOB_SCHEDULES_LOV_V;
APPS
HR_ALL_ORGANIZATION_UNITS
PA_STD_BILL_RATE_SCHEDULES_ALL
APPS.PA_JOB_SCHEDULES_LOV_V is not referenced by any database object
|
|
|
|