DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 379: (pgm_id ben_pil_elctbl_chc_popl.pgm_id%type,

375:
376: g_enrt_rt_tbl g_enrt_rt_rec;
377: --
378: type g_pil_popl_object is record
379: (pgm_id ben_pil_elctbl_chc_popl.pgm_id%type,
380: pl_id ben_pil_elctbl_chc_popl.pl_id%type,
381: elcns_made_dt ben_pil_elctbl_chc_popl.elcns_made_dt%type);
382:
383: type g_pil_popl_rec is table of g_pil_popl_object

Line 380: pl_id ben_pil_elctbl_chc_popl.pl_id%type,

376: g_enrt_rt_tbl g_enrt_rt_rec;
377: --
378: type g_pil_popl_object is record
379: (pgm_id ben_pil_elctbl_chc_popl.pgm_id%type,
380: pl_id ben_pil_elctbl_chc_popl.pl_id%type,
381: elcns_made_dt ben_pil_elctbl_chc_popl.elcns_made_dt%type);
382:
383: type g_pil_popl_rec is table of g_pil_popl_object
384: index by binary_integer;

Line 381: elcns_made_dt ben_pil_elctbl_chc_popl.elcns_made_dt%type);

377: --
378: type g_pil_popl_object is record
379: (pgm_id ben_pil_elctbl_chc_popl.pgm_id%type,
380: pl_id ben_pil_elctbl_chc_popl.pl_id%type,
381: elcns_made_dt ben_pil_elctbl_chc_popl.elcns_made_dt%type);
382:
383: type g_pil_popl_rec is table of g_pil_popl_object
384: index by binary_integer;
385: