DBA Data[Home] [Help]

APPS.BEN_DERIVABLE_FACTOR dependencies on BEN_PTIP_F

Line 238: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'Y'

234: where plip_id = i.plip_id;
235: end if;
236:
237: If i.ptip_id is not null then
238: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'Y'
239: where ptip_id = i.ptip_id;
240: end if;
241:
242: If i.oipl_id is not null then

Line 341: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'N'

337: End If;
338: --
339: If i.ptip_id is not null then
340:
341: update ben_ptip_f set drvbl_fctr_prtn_elig_flag = 'N'
342: where ptip_id = i.ptip_id and
343: not exists (select null from ben_elig_age_prte_f eap, ben_prtn_elig_f epa,
344: ben_prtn_elig_prfl_f cep
345: where epa.ptip_id = i.ptip_id and epa.prtn_elig_id = cep.prtn_elig_id and