DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_PL_F

Line 111: ,pl_id ben_pl_f.pl_id%type

107: --
108: Type g_comp_obj_rec is record
109: (pgm_id ben_pgm_f.pgm_id%type
110: ,pl_typ_id ben_pl_typ_f.pl_typ_id%type
111: ,pl_id ben_pl_f.pl_id%type
112: ,oipl_id ben_oipl_f.oipl_id%type
113: ,opt_id ben_opt_f.opt_id%type
114: ,prtt_enrt_rslt_id ben_prtt_enrt_rslt_f.prtt_enrt_rslt_id%type
115: ,bnft_amt ben_prtt_enrt_rslt_f.bnft_amt%type

Line 137: (pl_id ben_pl_f.pl_id%type

133: );
134: Type g_pgm_table is table of g_pgm_rec Index by binary_integer;
135: --
136: Type g_pl_rec is record
137: (pl_id ben_pl_f.pl_id%type
138: ,name ben_pl_f.name%type
139: );
140: Type g_pl_table is table of g_pl_rec Index by binary_integer;
141: --

Line 138: ,name ben_pl_f.name%type

134: Type g_pgm_table is table of g_pgm_rec Index by binary_integer;
135: --
136: Type g_pl_rec is record
137: (pl_id ben_pl_f.pl_id%type
138: ,name ben_pl_f.name%type
139: );
140: Type g_pl_table is table of g_pl_rec Index by binary_integer;
141: --
142: Type g_pl_typ_rec is record