DBA Data[Home] [Help]

APPS.BEN_PGM_BUS dependencies on BEN_LEE_RSN_F

Line 4997: -- days after event to default number from ben_lee_rsn_f must be null.

4993: -- ----------------------------------------------------------------------------
4994: --
4995: -- Description
4996: -- If Program Provides no Default Enrollment Flag = 'YES' then
4997: -- days after event to default number from ben_lee_rsn_f must be null.
4998: --
4999: -- Pre Conditions
5000: -- None.
5001: --

Line 5032: from ben_lee_rsn_f len,

5028: l_api_updating boolean;
5029: l_dummy varchar2(30);
5030: --
5031: cursor c1 is select null
5032: from ben_lee_rsn_f len,
5033: ben_popl_enrt_typ_cycl_f pet
5034: where pet.pgm_id = p_pgm_id
5035: and len.popl_enrt_typ_cycl_id = pet.popl_enrt_typ_cycl_id
5036: and pet.business_group_id +0 = p_business_group_id