DBA Data[Home] [Help]

PACKAGE: APPS.HR_NZ_ASSIGNMENT_LEG_HOOK

Source


1 PACKAGE hr_nz_assignment_leg_hook AS
2 /* $Header: hrnzlhas.pkh 120.0 2005/05/31 01:39:14 appldev noship $ */
3 /*
4  ******************************************************************
5  *                                                                *
6  *  Copyright (C) 1999 Oracle Corporation Australia Ltd.,         *
7  *                     Brisbane, Australia.                       *
8  *                                                                *
9  *  All rights reserved.                                          *
10  *                                                                *
11  *  This material has been provided pursuant to an agreement      *
12  *  containing restrictions on its use.  the material is also     *
13  *  protected by copyright law.  no part of this material may     *
14  *  be copied or distributed, transmitted or transcribed, in      *
15  *  any form or by any means, electronic, mechanical, magnetic,   *
16  *  manual, or otherwise, or disclosed to third parties without   *
17  *  the express written permission of Oracle Corporation          *
18  *  Australia Ltd,.                                               *
19  *                                                                *
20  ******************************************************************/
21 
22 /*
23 	Filename: hrnzlhas.pkh (HEADER)
24     Author: Philip Macdonald
25  	Description: Creates the user hook seed data for the HR_ASSIGNMENT_API package procedures.
26 
27  	File Information
28  	================
29 
30 	Note for Oracle HRMS Developers: The data defined in the
31 	create API calls cannot be changed once this script has
32 	been shipped to customers. Explicit update or delete API
33 	calls will need to be added to the end of the script.
34 
35 
36  	Change List
37  	-----------
38 
39  	Version Date      Author     ER/CR No. Description of Change
40  	-------+---------+-----------+---------+--------------------------
41  	110.0   25-Jun-99 P.Macdonald           Created
42 
43  ================================================================= */
44 
45 
46   PROCEDURE set_upd_bus_grp_id
47   	(p_assignment_id 	NUMBER
48 	,p_effective_date	DATE);
49 
50   PROCEDURE set_cre_bus_grp_id
51   	(p_person_id 		NUMBER
52 	,p_effective_date	DATE);
53 
54 END hr_nz_assignment_leg_hook;