DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PGM_F

Line 8360: l_pgm_rec ben_pgm_f%rowtype;

8356: is
8357: --
8358: l_package varchar2(80);
8359: l_comp_object_name varchar2(80);
8360: l_pgm_rec ben_pgm_f%rowtype;
8361: l_pl_rec ben_pl_f%rowtype;
8362: l_oipl_rec ben_oipl_f%rowtype;
8363: l_opt_rec ben_opt_f%rowtype;
8364: l_plip_rec ben_plip_f%rowtype;

Line 9885: l_currpgm_row ben_pgm_f%rowtype;

9881: l_paretprplip_row ben_elig_to_prte_rsn_f%rowtype;
9882: l_paretprpl_row ben_elig_to_prte_rsn_f%rowtype;
9883: l_currpe_row ben_prtn_elig_f%rowtype;
9884: l_curretpr_row ben_elig_to_prte_rsn_f%rowtype;
9885: l_currpgm_row ben_pgm_f%rowtype;
9886: l_currptip_row ben_ptip_f%rowtype;
9887: l_currplip_row ben_plip_f%rowtype;
9888: l_currpl_row ben_pl_f%rowtype;
9889: l_curroipl_row ben_cobj_cache.g_oipl_inst_row;

Line 9891: l_parpgm_row ben_pgm_f%rowtype;

9887: l_currplip_row ben_plip_f%rowtype;
9888: l_currpl_row ben_pl_f%rowtype;
9889: l_curroipl_row ben_cobj_cache.g_oipl_inst_row;
9890: l_curroiplip_row ben_cobj_cache.g_oiplip_inst_row;
9891: l_parpgm_row ben_pgm_f%rowtype;
9892: l_parptip_row ben_ptip_f%rowtype;
9893: l_parplip_row ben_plip_f%rowtype;
9894: l_parpl_row ben_pl_f%rowtype;
9895: l_paropt_row ben_cobj_cache.g_opt_inst_row;

Line 10139: ,pgm_id ben_pgm_f.pgm_id%type

10135: l_defer_popl_ovn NUMBER;
10136:
10137: type l_defer_deenrl_rec is record
10138: (pl_id ben_pl_f.pl_id%type
10139: ,pgm_id ben_pgm_f.pgm_id%type
10140: ,chc_exists boolean
10141: ,newly_inelig_exists boolean
10142: );
10143: