DBA Data[Home] [Help]

APPS.BEN_PEP_CACHE dependencies on BEN_DERIVE_PART_AND_RATE_FACTS

Line 38: type g_pep_inst_tbl is table of ben_derive_part_and_rate_facts.g_cache_structure

34: */
35: --
36: -- elig per
37: --
38: type g_pep_inst_tbl is table of ben_derive_part_and_rate_facts.g_cache_structure
39: index by binary_integer;
40: --
41: --
42: -- elig per

Line 68: -- ,p_inst_row in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure

64: ,p_ptip_id in number default null
65: ,p_pl_id in number default null
66: ,p_plip_id in number default null
67: ,p_date_sync in boolean default false
68: -- ,p_inst_row in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
69: ,p_inst_row out nocopy ben_derive_part_and_rate_facts.g_cache_structure
70: );
71: --
72: type g_epo_inst_tbl is table of ben_derive_part_and_rate_facts.g_cache_structure

Line 69: ,p_inst_row out nocopy ben_derive_part_and_rate_facts.g_cache_structure

65: ,p_pl_id in number default null
66: ,p_plip_id in number default null
67: ,p_date_sync in boolean default false
68: -- ,p_inst_row in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
69: ,p_inst_row out nocopy ben_derive_part_and_rate_facts.g_cache_structure
70: );
71: --
72: type g_epo_inst_tbl is table of ben_derive_part_and_rate_facts.g_cache_structure
73: index by binary_integer;

Line 72: type g_epo_inst_tbl is table of ben_derive_part_and_rate_facts.g_cache_structure

68: -- ,p_inst_row in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
69: ,p_inst_row out nocopy ben_derive_part_and_rate_facts.g_cache_structure
70: );
71: --
72: type g_epo_inst_tbl is table of ben_derive_part_and_rate_facts.g_cache_structure
73: index by binary_integer;
74: --
75: g_optpilepo_lookup ben_cache.g_cache_lookup_table;
76: g_optpilepo_instance g_epo_inst_tbl;

Line 88: -- ,p_inst_row in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure

84: ,p_pl_id in number default null
85: ,p_opt_id in number default null
86: ,p_plip_id in number default null
87: ,p_date_sync in boolean default false
88: -- ,p_inst_row in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
89: ,p_inst_row out nocopy ben_derive_part_and_rate_facts.g_cache_structure
90: );
91: --
92: type g_pep_rec is record

Line 89: ,p_inst_row out nocopy ben_derive_part_and_rate_facts.g_cache_structure

85: ,p_opt_id in number default null
86: ,p_plip_id in number default null
87: ,p_date_sync in boolean default false
88: -- ,p_inst_row in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
89: ,p_inst_row out nocopy ben_derive_part_and_rate_facts.g_cache_structure
90: );
91: --
92: type g_pep_rec is record
93: (elig_per_id number