[Home] [Help]
[Dependency Information]
Object Name: | PA_EMPLOYEE_SCHEDULES_LOV_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
EMPLOYEE_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 | |
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 EMPLOYEE_BILL_RATE_SCHEDULE_ID
, STD_BILL_RATE_SCHEDULE
, RATE_SCH_CURRENCY_CODE
, SHARE_ACROSS_OU_FLAG
, ORGANIZATION_ID
, ORGANIZATION_NAME
, OPERATING_UNIT
, OU_NAME
FROM APPS.PA_EMPLOYEE_SCHEDULES_LOV_V;
APPS.PA_EMPLOYEE_SCHEDULES_LOV_V is not referenced by any database object
|
|
|