DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.HR_BENEFITS_CARRIERS_V

Object Details
Object Name: HR_BENEFITS_CARRIERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_BENEFITS_CARRIERS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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)

Query Text

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;

Dependencies

[top of page]

APPS.HR_BENEFITS_CARRIERS_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
SynonymHR_ORGANIZATION_INFORMATION
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code
APPS.HR_BENEFITS_CARRIERS_V is referenced by following:

SchemaAPPS
ViewPAY_ELEMENT_TYPES_V2