DBA Data[Home] [Help]

APPS.PER_CKL_BUS dependencies on BEN_LER_F

Line 254: -- Validates that LIFE_EVENT_REASON_ID exists in ben_ler_f on the

250: -- ---------------------------------------------------------------------------
251: --
252: -- Desciption :
253: --
254: -- Validates that LIFE_EVENT_REASON_ID exists in ben_ler_f on the
255: -- effective_date.
256: --
257: --
258: -- Pre-conditions :

Line 294: from ben_ler_f ler

290: -- Declare cursor to check name is unique.
291: --
292: cursor csr_ler_id is
293: select null
294: from ben_ler_f ler
295: where ler.ler_id = p_ler_id
296: and ler.business_group_id = p_business_group_id
297: and p_effective_date between ler.effective_start_date
298: and ler.effective_end_date;