DBA Data[Home] [Help]

APPS.BEN_PPR_BUS dependencies on BEN_PRMRY_CARE_PRVDR_F

Line 59: ben_ppr_shd.constraint_error('BEN_PRMRY_CARE_PRVDR_F_PK');

55: <> ben_ppr_shd.g_old_rec.prmry_care_prvdr_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_ppr_shd.constraint_error('BEN_PRMRY_CARE_PRVDR_F_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_ppr_shd.constraint_error('BEN_PRMRY_CARE_PRVDR_F_PK');

65: if p_prmry_care_prvdr_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_ppr_shd.constraint_error('BEN_PRMRY_CARE_PRVDR_F_PK');
70: --
71: end if;
72: --
73: end if;

Line 303: FROM ben_prmry_care_prvdr_f

299: p_object_version_number in number) is
300:
301: CURSOR c1 IS
302: SELECT name
303: FROM ben_prmry_care_prvdr_f
304: WHERE prmry_care_prvdr_id <> nvl(p_prmry_care_prvdr_id, hr_api.g_number)
305: AND prmry_care_prvdr_typ_cd = p_prmry_care_prvdr_typ_cd
306: AND prtt_enrt_rslt_id = p_prtt_enrt_rslt_id
307: AND effective_end_date >= p_validation_start_date

Line 694: from ben_prmry_care_prvdr_f ppr

690: pen.effective_start_date and pen.effective_end_date;
691:
692: cursor c_count_rows(p_first_day date, p_last_day date) is
693: select count('x')
694: from ben_prmry_care_prvdr_f ppr
695: where (ppr.prtt_enrt_rslt_id = p_prtt_enrt_rslt_id
696: or ppr.elig_cvrd_dpnt_id = p_elig_cvrd_dpnt_id)
697: and ppr.effective_start_date between p_first_day and p_last_day;
698:

Line 1144: ben_prmry_care_prvdr_f b

1140: --
1141: cursor csr_leg_code is
1142: select a.legislation_code
1143: from per_business_groups a,
1144: ben_prmry_care_prvdr_f b
1145: where b.prmry_care_prvdr_id = p_prmry_care_prvdr_id
1146: and a.business_group_id = b.business_group_id;
1147: --
1148: -- Declare local variables