DBA Data[Home] [Help]

PACKAGE BODY: APPS.IGI_EXP_HIERARCHY

Source


1 Package Body IGI_EXP_HIERARCHY AS
2 -- $Header: igiexpkb.pls 120.3.12010000.1 2009/02/04 08:55:57 vensubra 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 120.3.12010000.1 2009/02/04 08:55:57 vensubra 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