DBA Data[Home] [Help]

PACKAGE: APPS.HR_SEC3_UPDATE

Source


1 PACKAGE HR_SEC3_UPDATE AUTHID CURRENT_USER AS
2 /* $Header: hrsec3.pkh 115.1 2002/12/05 17:55:53 apholt ship $ */
3 
4   --
5   -- Name
6   --   check_profile_options
7   -- Purpose
8   --
9   --   Verifies that the Business Group and Security Profile profile
10   --   options are set correctly. Please see package body for details
11   --
12   -- Arguments
13   --   *none*
14   --
15   PROCEDURE set_profile_options ;
16 
17   PROCEDURE debug_on ;
18   PROCEDURE debug_off ;
19 
20 end HR_SEC3_UPDATE;