[Home] [Help]
[Dependency Information]
Object Name: | HR_BENEFITS_CARRIERS_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 |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | (15) | Yes | |
BUSINESS_GROUP_ID | NUMBER | |||
NAME | VARCHAR2 | (240) | Yes | |
COMMENTS | CLOB | (4000) | ||
LOCATION_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, BUSINESS_GROUP_ID
, NAME
, COMMENTS
, LOCATION_ID
FROM APPS.HR_BENEFITS_CARRIERS_V;
|
|
|