DBA Data[Home] [Help]

PACKAGE: APPS.GHR_CREATE_PTNL_LIFE_EVENTS

Source


1 PACKAGE ghr_create_ptnl_life_events AUTHID CURRENT_USER AS
2 /* $Header: ghcrplle.pkh 115.2 2003/07/17 09:25:31 bgarg noship $ */
3 --
4 --
5 
6 PROCEDURE create_ptnl_ler_for_per
7 (p_pa_request_rec     in ghr_pa_requests%rowtype
8 );
9 
10     PROCEDURE create_ptnl_tsp_ler_for_per
11         (p_pa_request_rec     in ghr_pa_requests%rowtype
12         );
13 
14 end ghr_create_ptnl_life_events;
15