DBA Data[Home] [Help]

APPS.BEN_COBJ_CACHE dependencies on BEN_OPT_F

Line 52: (opt_id ben_opt_f.opt_id%type

48: ,p_inst_row in out NOCOPY g_oiplip_inst_row
49: );
50: --
51: type g_opt_inst_row is record
52: (opt_id ben_opt_f.opt_id%type
53: ,name ben_opt_f.name%type
54: ,effective_start_date ben_opt_f.effective_start_date%type
55: ,effective_end_date ben_opt_f.effective_end_date%type
56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type

Line 53: ,name ben_opt_f.name%type

49: );
50: --
51: type g_opt_inst_row is record
52: (opt_id ben_opt_f.opt_id%type
53: ,name ben_opt_f.name%type
54: ,effective_start_date ben_opt_f.effective_start_date%type
55: ,effective_end_date ben_opt_f.effective_end_date%type
56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type
57: ,rqd_perd_enrt_nenrt_val ben_opt_f.rqd_perd_enrt_nenrt_val%type

Line 54: ,effective_start_date ben_opt_f.effective_start_date%type

50: --
51: type g_opt_inst_row is record
52: (opt_id ben_opt_f.opt_id%type
53: ,name ben_opt_f.name%type
54: ,effective_start_date ben_opt_f.effective_start_date%type
55: ,effective_end_date ben_opt_f.effective_end_date%type
56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type
57: ,rqd_perd_enrt_nenrt_val ben_opt_f.rqd_perd_enrt_nenrt_val%type
58: ,rqd_perd_enrt_nenrt_rl ben_opt_f.rqd_perd_enrt_nenrt_rl%type

Line 55: ,effective_end_date ben_opt_f.effective_end_date%type

51: type g_opt_inst_row is record
52: (opt_id ben_opt_f.opt_id%type
53: ,name ben_opt_f.name%type
54: ,effective_start_date ben_opt_f.effective_start_date%type
55: ,effective_end_date ben_opt_f.effective_end_date%type
56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type
57: ,rqd_perd_enrt_nenrt_val ben_opt_f.rqd_perd_enrt_nenrt_val%type
58: ,rqd_perd_enrt_nenrt_rl ben_opt_f.rqd_perd_enrt_nenrt_rl%type
59: );

Line 56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type

52: (opt_id ben_opt_f.opt_id%type
53: ,name ben_opt_f.name%type
54: ,effective_start_date ben_opt_f.effective_start_date%type
55: ,effective_end_date ben_opt_f.effective_end_date%type
56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type
57: ,rqd_perd_enrt_nenrt_val ben_opt_f.rqd_perd_enrt_nenrt_val%type
58: ,rqd_perd_enrt_nenrt_rl ben_opt_f.rqd_perd_enrt_nenrt_rl%type
59: );
60: --

Line 57: ,rqd_perd_enrt_nenrt_val ben_opt_f.rqd_perd_enrt_nenrt_val%type

53: ,name ben_opt_f.name%type
54: ,effective_start_date ben_opt_f.effective_start_date%type
55: ,effective_end_date ben_opt_f.effective_end_date%type
56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type
57: ,rqd_perd_enrt_nenrt_val ben_opt_f.rqd_perd_enrt_nenrt_val%type
58: ,rqd_perd_enrt_nenrt_rl ben_opt_f.rqd_perd_enrt_nenrt_rl%type
59: );
60: --
61: type g_opt_inst_tbl is table of g_opt_inst_row

Line 58: ,rqd_perd_enrt_nenrt_rl ben_opt_f.rqd_perd_enrt_nenrt_rl%type

54: ,effective_start_date ben_opt_f.effective_start_date%type
55: ,effective_end_date ben_opt_f.effective_end_date%type
56: ,rqd_perd_enrt_nenrt_uom ben_opt_f.rqd_perd_enrt_nenrt_uom%type
57: ,rqd_perd_enrt_nenrt_val ben_opt_f.rqd_perd_enrt_nenrt_val%type
58: ,rqd_perd_enrt_nenrt_rl ben_opt_f.rqd_perd_enrt_nenrt_rl%type
59: );
60: --
61: type g_opt_inst_tbl is table of g_opt_inst_row
62: index by binary_integer;