[Home] [Help]
1272: PGM_ID,
1273: PL_ID,
1274: OIPL_ID,
1275: ELIG_FLAG
1276: from ben_batch_elig_info bbe
1277: where bbe.BENEFIT_ACTION_ID = p_benefit_action_id
1278: and bbe.OIPL_ID is not null;
1279:
1280: l_proc constant VARCHAR2(61) := g_pkg || '.' || 'get_BEN_eligibility_info';