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

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

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 1 KB rforbes to previous
5 26-Nov-2021 10:22 1 KB JMyers to previous | to last
4 26-Nov-2021 10:22 1 KB JMyers to previous | to last
3 26-Nov-2021 10:22 825 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 825 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 1 KB JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 2 lines
[{TableOfContents }]
!!!ORG LEVEL INTERFACE FILE
At line 2 changed one line
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.
The Org Level Interface File screen is used to import org level codes into the software data structures.
At line 4 changed 15 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)
!!Table Columns
\\
||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)| |
Org Level Interface File data is maintained on the [INF_CV_ORGLEVELS] table.
At line 8 added one line
;[|ID]:This field is used internally to define a unique identification for the record. This field would not be loaded.
At line 10 added 8 lines
;[Org Level|ORG_LEVEL_CODE]:
;[Org Level Type|ORG_LEVEL_TYPE]:
;[Description|DESCRIPTION]:
;[Entity|ENTITY_CODE]:
;[Position|POSITION_CODE]:
;[Department|DEPARTMENT_CODE]:
;[Part of Level|PART_OF_ORG_LEVEL_CODE]:
;[Part of Org Level Type|PART_OF_ORG_LEVEL_TYPE]: