This page (revision-6) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 26-Nov-2021 10:22 2 KB JMyers to previous
5 26-Nov-2021 10:22 2 KB JEscott to previous | to last
4 26-Nov-2021 10:22 2 KB JEscott to previous | to last
3 26-Nov-2021 10:22 1 KB JEscott to previous | to last
2 26-Nov-2021 10:22 968 bytes JEscott to previous | to last
1 26-Nov-2021 10:22 737 bytes JEscott to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!!Alias: IVDOL
!!!Alias: [IVDOL]
At line 3 removed 2 lines
\\
The various organization levels.
At line 4 added 5 lines
The INF_CV_ORGLEVELS table is used to import organization levels and related department codes into the software data structures. Organization levels redefine the organization structure of departments and allow alternate groupings of departments along regional, functional or other lines.
Tables loaded:
*[P2K_CM_ORG_LEVELS] (first record for each org level code only)
*[P2K_CM_ORG_LEVEL_DETAILS] (first record and subsequent records for each department that is part of the org level)
At line 8 changed 14 lines
||Column name||Data Type / Size||Domain||Mand.||Notes
|[ID]|Number(10)|[ID]| |
|[ORG_LEVEL_CODE]|Varchar2(16)|[CODE]|Y|
|[ORG_LEVEL_TYPE]|Varchar2(30)|[VARCHAR30|VARCHARnn]|Y|
|[DESCRIPTION]|Varchar2(50)|[DESCRIPTION]| |
|[ENTITY_CODE]|Varchar2(16)|[CODE]| |
|[POSITION_CODE]|Varchar2(16)|[CODE]| |
|[DEPARTMENT_CODE]|Varchar2(16)|[CODE]| |
|[PART_OF_ORG_LEVEL_CODE]|Varchar2(16)|[CODE]| |
|[PART_OF_ORG_LEVEL_TYPE]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[CREATE_DATE]|Date()|[DATE]| |
|[CREATE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[CHANGE_DATE]|Date()|[DATE]| |
|[CHANGE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
||Column name||Data Type / Size||Mand.||Notes
|[ID]|Number(10)| |Used internally to define a unique identification for the record. This field would not be loaded.
|[ORG_LEVEL_CODE]|Varchar2(16)|Y|Validation: None. You may provide multiple records for the same [ORG_LEVEL_CODE] if there are many departments that are in the same organization level. In this event, only one ORG LEVELS record will be created.
|[ORG_LEVEL_TYPE]|Varchar2(30)|Y|Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_ORG_LEVEL_TYPE]
|[DESCRIPTION]|Varchar2(50)| |
|[ENTITY_CODE]|Varchar2(16)| |Validation: Must be a valid entity code defined on [P2K_CM_ENTITIES].
|[POSITION_CODE]|Varchar2(16)| |Validation: Must be a valid position code for the entity provided, defined on [P2K_CM_POSITIONS]
|[DEPARTMENT_CODE]|Varchar2(16)| |Validation: Must be a valid department code for the entity provided, defined on [P2K_CM_DEPARTMENTS]
|[PART_OF_ORG_LEVEL_CODE]|Varchar2(16)| |
|[PART_OF_ORG_LEVEL_TYPE]|Varchar2(30)| |
|[CREATE_DATE]|Date()| |This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
|[CREATE_USER]|Varchar2(30)| |This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
|[CHANGE_DATE]|Date()| |This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
|[CHANGE_USER]|Varchar2(30)| | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
----
![Notes|Edit:Internal.INF_CV_ORGLEVELS]
[{InsertPage page='Internal.INF_CV_ORGLEVELS' default='Click to create a new notes page'}]