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


VIEW: APPS.OKI_RESGRP_DTL_V

Object Details
Object Name: OKI_RESGRP_DTL_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID


This view contains Salesgroup (Resource group) information. It relates a salesgroup to a contract.


[View Source]

Columns
Name Datatype Length Mandatory Comments
GROUP_ID NUMBER
Yes Group Id
PARENT_GROUP_ID NUMBER
Yes Parent Group Id
DENORM_LEVEL NUMBER

Denorm Level
CHR_ID NUMBER
Yes Internal idenitifer for the original contract
COMPLETE_K_NUMBER VARCHAR2 (241)
Complete Contract Number
CONTRACT_NUMBER VARCHAR2 (120) Yes Contract Number
CONTRACT_NUMBER_MODIFIER VARCHAR2 (120)
Contract number Modifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GROUP_ID
,      PARENT_GROUP_ID
,      DENORM_LEVEL
,      CHR_ID
,      COMPLETE_K_NUMBER
,      CONTRACT_NUMBER
,      CONTRACT_NUMBER_MODIFIER
FROM APPS.OKI_RESGRP_DTL_V;

Dependencies

[top of page]

APPS.OKI_RESGRP_DTL_V references the following:

SchemaAPPS
PL/SQL PackageBIS_COMMON_PARAMETERS - show dependent code
SynonymJTF_RS_GROUPS_DENORM
PL/SQL PackageOKC_UTIL - show dependent code
ViewOKI_SRM_006_V

APPS.OKI_RESGRP_DTL_V is not referenced by any database object