DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on BEN_PGM_F

Line 109: (pgm_id ben_pgm_f.pgm_id%type

105: ,num_persons_processed number := 0
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

Line 131: (pgm_id ben_pgm_f.pgm_id%type

127: );
128: Type g_comp_obj_table is table of g_comp_obj_rec Index by binary_integer;
129: --
130: Type g_pgm_rec is record
131: (pgm_id ben_pgm_f.pgm_id%type
132: ,name ben_pgm_f.name%type
133: );
134: Type g_pgm_table is table of g_pgm_rec Index by binary_integer;
135: --

Line 132: ,name ben_pgm_f.name%type

128: Type g_comp_obj_table is table of g_comp_obj_rec Index by binary_integer;
129: --
130: Type g_pgm_rec is record
131: (pgm_id ben_pgm_f.pgm_id%type
132: ,name ben_pgm_f.name%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