DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_FACTOR dependencies on BEN_PTIP_F

Line 243: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'Y'

239: where plip_id = i.plip_id;
240: end if;
241:
242: If i.ptip_id is not null then
243: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'Y'
244: where ptip_id = i.ptip_id;
245: end if;
246:
247: If i.oipl_id is not null then

Line 346: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'N'

342: End If;
343: --
344: If i.ptip_id is not null then
345:
346: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'N'
347: where ptip_id = i.ptip_id and
348: not exists (select null from ben_elig_age_prte_f eap, ben_prtn_elig_f epa,
349: ben_prtn_elig_prfl_f cep
350: where epa.ptip_id = i.ptip_id and epa.prtn_elig_id = cep.prtn_elig_id and