[Home] [Help]
[Dependency Information]
| Object Name: | PA_CC_TP_BILL_SCH_ORG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_CC_TP_BILL_SCH_ORG_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (240) | Yes | Bill rate schedule operating unit name |
| SCHEDULE_TYPE | VARCHAR2 | (30) | Yes | Bill rate schedule type |
| ORG_ID | NUMBER | (15) | Bill rate schedule operating unit ID | |
| CURRENCY_CODE | VARCHAR2 | (15) | Yes | Expenditure type class of allocation transactions |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, SCHEDULE_TYPE
, ORG_ID
, CURRENCY_CODE
FROM APPS.PA_CC_TP_BILL_SCH_ORG_V;
APPS
FND_PROFILE
- show dependent code
GL_SETS_OF_BOOKS
HR_OPERATING_UNITS
PA_CROSS_BUSINESS_GRP
- show dependent code
PA_IMPLEMENTATIONS_ALL
PA_STD_BILL_RATE_SCHEDULES_ALL
APPS.PA_CC_TP_BILL_SCH_ORG_V is not referenced by any database object
|
|
|
|