DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_OIPL_F

Line 112: ,oipl_id ben_oipl_f.oipl_id%type

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
116: ,uom ben_prtt_enrt_rslt_f.uom%type

Line 149: (oipl_id ben_oipl_f.oipl_id%type

145: );
146: Type g_pl_typ_table is table of g_pl_typ_rec Index by binary_integer;
147: --
148: Type g_opt_rec is record
149: (oipl_id ben_oipl_f.oipl_id%type
150: ,opt_id ben_opt_f.opt_id%type
151: ,name ben_opt_f.name%type
152: );
153: Type g_opt_table is table of g_opt_rec Index by binary_integer;