DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PGM_F

Line 8768: l_pgm_rec ben_pgm_f%rowtype;

8764: is
8765: --
8766: l_package varchar2(80);
8767: l_comp_object_name varchar2(80);
8768: l_pgm_rec ben_pgm_f%rowtype;
8769: l_pl_rec ben_pl_f%rowtype;
8770: l_oipl_rec ben_oipl_f%rowtype;
8771: l_opt_rec ben_opt_f%rowtype;
8772: l_plip_rec ben_plip_f%rowtype;

Line 10341: l_currpgm_row ben_pgm_f%rowtype;

10337: l_paretprplip_row ben_elig_to_prte_rsn_f%rowtype;
10338: l_paretprpl_row ben_elig_to_prte_rsn_f%rowtype;
10339: l_currpe_row ben_prtn_elig_f%rowtype;
10340: l_curretpr_row ben_elig_to_prte_rsn_f%rowtype;
10341: l_currpgm_row ben_pgm_f%rowtype;
10342: l_currptip_row ben_ptip_f%rowtype;
10343: l_currplip_row ben_plip_f%rowtype;
10344: l_currpl_row ben_pl_f%rowtype;
10345: l_curroipl_row ben_cobj_cache.g_oipl_inst_row;

Line 10347: l_parpgm_row ben_pgm_f%rowtype;

10343: l_currplip_row ben_plip_f%rowtype;
10344: l_currpl_row ben_pl_f%rowtype;
10345: l_curroipl_row ben_cobj_cache.g_oipl_inst_row;
10346: l_curroiplip_row ben_cobj_cache.g_oiplip_inst_row;
10347: l_parpgm_row ben_pgm_f%rowtype;
10348: l_parptip_row ben_ptip_f%rowtype;
10349: l_parplip_row ben_plip_f%rowtype;
10350: l_parpl_row ben_pl_f%rowtype;
10351: l_paropt_row ben_cobj_cache.g_opt_inst_row;

Line 10614: ,pgm_id ben_pgm_f.pgm_id%type

10610: l_defer_popl_ovn NUMBER;
10611:
10612: type l_defer_deenrl_rec is record
10613: (pl_id ben_pl_f.pl_id%type
10614: ,pgm_id ben_pgm_f.pgm_id%type
10615: ,chc_exists boolean
10616: ,newly_inelig_exists boolean
10617: );
10618: