DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_PL_TYP_F

Line 110: ,pl_typ_id ben_pl_typ_f.pl_typ_id%type

106: );
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

Line 143: (pl_typ_id ben_pl_typ_f.pl_typ_id%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
143: (pl_typ_id ben_pl_typ_f.pl_typ_id%type
144: ,name ben_pl_typ_f.name%type
145: );
146: Type g_pl_typ_table is table of g_pl_typ_rec Index by binary_integer;
147: --

Line 144: ,name ben_pl_typ_f.name%type

140: Type g_pl_table is table of g_pl_rec Index by binary_integer;
141: --
142: Type g_pl_typ_rec is record
143: (pl_typ_id ben_pl_typ_f.pl_typ_id%type
144: ,name ben_pl_typ_f.name%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