DBA Data[Home] [Help]

PACKAGE BODY: APPS.IGI_EXP_HIERARCHY

Source


1 Package Body IGI_EXP_HIERARCHY AS
2 -- $Header: igiexpkb.pls 115.8 2003/08/09 11:46:02 rgopalan ship $
3 
4 
5 -- this package will be called when a request is made to update an approval hierarchy
6 -- associated with a workflow profile. the workflow profile is updated to include the
7 -- latest hierarchy changes.
8 
9 -- $Header: igiexpkb.pls 115.8 2003/08/09 11:46:02 rgopalan ship $
10    PROCEDURE maintain  ( p_position_structure_id IN NUMBER,
11                          p_role_id IN number)
12    IS
13 BEGIN
14 NULL;
15 END maintain ;
16 
17 END; -- Package Body IGI_EXP_HIERARCHY