DBA Data[Home] [Help]

APPS.BEN_LIFE_OBJECT dependencies on BEN_LER_F

Line 25: type g_cache_ler_table is table of ben_ler_f%rowtype index

21: */
22: --
23: -- Global type declarations.
24: --
25: type g_cache_ler_table is table of ben_ler_f%rowtype index
26: by binary_integer;
27: --
28: type g_cache_css_table is table of ben_css_rltd_per_per_in_ler_f%rowtype index
29: by binary_integer;

Line 45: (p_rec in ben_ler_f%rowtype);

41: --
42: -- Set object routines
43: --
44: procedure set_object
45: (p_rec in ben_ler_f%rowtype);
46: procedure set_object
47: (p_rec in ben_css_rltd_per_per_in_ler_f%rowtype);
48: procedure set_css_ler_object
49: (p_rec in ben_cache.g_cache_lookup);

Line 57: p_rec out nocopy ben_ler_f%rowtype);

53: procedure set_ler_object
54: (p_ler_id in number,
55: p_business_group_id in number,
56: p_effective_date in date,
57: p_rec out nocopy ben_ler_f%rowtype);
58: --
59: procedure set_css_object
60: (p_ler_id in number,
61: p_business_group_id in number,

Line 69: p_rec out nocopy ben_ler_f%rowtype);

65: -- Get object routines
66: --
67: procedure get_object
68: (p_ler_id in number,
69: p_rec out nocopy ben_ler_f%rowtype);
70: procedure get_object
71: (p_ler_id in number,
72: p_rec out nocopy g_cache_css_table);
73: --