[Home] [Help]
[Dependency Information]
Object Name: | PA_CC_TP_BILL_SCH_ORG_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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.PA_CC_TP_BILL_SCH_ORG_V is not referenced by any database object
|
|
|