DBA Data[Home] [Help]

APPS.BEN_COMP_OBJECT dependencies on BEN_PTIP_F

Line 39: type g_cache_ptip_rec_table is table of ben_ptip_f%rowtype index

35: --
36: type g_cache_oipl_rec_table is table of ben_oipl_f%rowtype index
37: by binary_integer;
38: --
39: type g_cache_ptip_rec_table is table of ben_ptip_f%rowtype index
40: by binary_integer;
41: --
42: type g_cache_plip_rec_table is table of ben_plip_f%rowtype index
43: by binary_integer;

Line 65: g_cache_last_ptip_rec ben_ptip_f%rowtype;

61: g_cache_last_pgm_rec ben_pgm_f%rowtype;
62: g_cache_last_pl_rec ben_pl_f%rowtype;
63: g_cache_last_oipl_rec ben_oipl_f%rowtype;
64: g_cache_last_plip_rec ben_plip_f%rowtype;
65: g_cache_last_ptip_rec ben_ptip_f%rowtype;
66: g_cache_last_opt_rec ben_opt_f%rowtype;
67: g_cache_last_oiplip_rec ben_oiplip_f%rowtype;
68: --
69: -- Set object routines

Line 74: procedure set_object(p_rec in out NOCOPY ben_ptip_f%rowtype);

70: --
71: procedure set_object(p_rec in out NOCOPY ben_pgm_f%rowtype);
72: procedure set_object(p_rec in out NOCOPY ben_pl_f%rowtype);
73: procedure set_object(p_rec in out NOCOPY ben_oipl_f%rowtype);
74: procedure set_object(p_rec in out NOCOPY ben_ptip_f%rowtype);
75: procedure set_object(p_rec in out NOCOPY ben_plip_f%rowtype);
76: procedure set_object(p_rec in out NOCOPY ben_opt_f%rowtype);
77: procedure set_object(p_rec in out NOCOPY ben_oiplip_f%rowtype);
78: --

Line 98: p_rec in out NOCOPY ben_ptip_f%rowtype);

94: p_rec in out NOCOPY ben_plip_f%rowtype);
95: procedure set_object(p_ptip_id in number,
96: p_business_group_id in number,
97: p_effective_date in date,
98: p_rec in out NOCOPY ben_ptip_f%rowtype);
99: procedure set_object(p_opt_id in number,
100: p_business_group_id in number,
101: p_effective_date in date,
102: p_rec in out NOCOPY ben_opt_f%rowtype);

Line 119: p_rec in out NOCOPY ben_ptip_f%rowtype);

115: p_rec in out NOCOPY ben_oipl_f%rowtype);
116: procedure get_object(p_plip_id in number,
117: p_rec in out NOCOPY ben_plip_f%rowtype);
118: procedure get_object(p_ptip_id in number,
119: p_rec in out NOCOPY ben_ptip_f%rowtype);
120: procedure get_object(p_opt_id in number,
121: p_rec in out NOCOPY ben_opt_f%rowtype);
122: procedure get_object(p_oiplip_id in number,
123: p_rec in out NOCOPY ben_oiplip_f%rowtype);