DBA Data[Home] [Help]

APPS.BEN_ORG_OBJECT dependencies on BEN_BENFTS_GRP

Line 30: type g_cache_ben_table is table of ben_benfts_grp%rowtype index

26: --
27: type g_cache_pay_table is table of pay_all_payrolls_f%rowtype index
28: by binary_integer;
29: --
30: type g_cache_ben_table is table of ben_benfts_grp%rowtype index
31: by binary_integer;
32: --
33: g_cache_bus_rec g_cache_bus_table;
34: g_cache_last_bus_rec per_business_groups%rowtype;

Line 40: g_cache_last_ben_rec ben_benfts_grp%rowtype;

36: g_cache_last_org_rec hr_all_organization_units%rowtype;
37: g_cache_pay_rec g_cache_pay_table;
38: g_cache_last_pay_rec pay_all_payrolls_f%rowtype;
39: g_cache_ben_rec g_cache_ben_table;
40: g_cache_last_ben_rec ben_benfts_grp%rowtype;
41: --
42: -- Set object routines
43: --
44: procedure set_object

Line 54: (p_rec in out NOCOPY ben_benfts_grp%rowtype);

50: procedure set_object
51: (p_rec in out NOCOPY pay_all_payrolls_f%rowtype);
52: --
53: procedure set_object
54: (p_rec in out NOCOPY ben_benfts_grp%rowtype);
55: --
56: procedure set_bus_object
57: (p_business_group_id in number,
58: p_effective_date in date,

Line 75: p_rec in out nocopy ben_benfts_grp%rowtype);

71: --
72: procedure set_ben_object
73: (p_benfts_grp_id in number,
74: p_business_group_id in number,
75: p_rec in out nocopy ben_benfts_grp%rowtype);
76: --
77: -- Get object routines
78: --
79: procedure get_object

Line 93: p_rec in out nocopy ben_benfts_grp%rowtype);

89: p_rec in out nocopy pay_all_payrolls_f%rowtype);
90: --
91: procedure get_object
92: (p_benfts_grp_id in number,
93: p_rec in out nocopy ben_benfts_grp%rowtype);
94: --
95: procedure clear_down_cache;
96: --
97: end ben_org_object;