DBA Data[Home] [Help]

APPS.BEN_PEP_CACHE1 dependencies on BEN_PEP_CACHE

Line 1: package ben_pep_cache1 AUTHID CURRENT_USER as

1: package ben_pep_cache1 AUTHID CURRENT_USER as
2: /* $Header: benppch1.pkh 115.5 2004/04/06 11:31:00 mhoyes noship $*/
3: --
4: /*
5: +==============================================================================+

Line 41: ,p_inst_row in out NOCOPY ben_pep_cache.g_pep_rec

37: (p_comp_obj_tree_row in out NOCOPY ben_manage_life_events.g_cache_proc_objects_rec
38: ,p_person_id in number
39: ,p_effective_date in date
40: --
41: ,p_inst_row in out NOCOPY ben_pep_cache.g_pep_rec
42: );
43: --
44: procedure get_currplnpep_dets
45: (p_comp_obj_tree_row in out NOCOPY ben_manage_life_events.g_cache_proc_objects_rec

Line 49: ,p_inst_row in out NOCOPY ben_pep_cache.g_pep_rec

45: (p_comp_obj_tree_row in out NOCOPY ben_manage_life_events.g_cache_proc_objects_rec
46: ,p_person_id in number
47: ,p_effective_date in date
48: --
49: ,p_inst_row in out NOCOPY ben_pep_cache.g_pep_rec
50: );
51: --
52: procedure get_currpepcobj_cache
53: (p_person_id in number

Line 64: END ben_pep_cache1;

60: --
61: ,p_ecrpep_rec in out NOCOPY g_ecrpep_rec
62: );
63: --
64: END ben_pep_cache1;