DBA Data[Home] [Help]

APPS.BEN_SVA_BUS dependencies on BEN_SVC_AREA_F

Line 59: ben_sva_shd.constraint_error('BEN_SVC_AREA_F_PK');

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

Line 69: ben_sva_shd.constraint_error('BEN_SVC_AREA_F_PK');

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

Line 113: from ben_svc_area_f

109: is
110: l_proc varchar2(72) := g_package||'chk_name_unique';
111: l_dummy char(1);
112: cursor c1 is select null
113: from ben_svc_area_f
114: Where svc_area_id <> nvl(p_svc_area_id,-1)
115: and name = p_name
116: and business_group_id = p_business_group_id;
117: --

Line 545: ben_svc_area_f b

541: --
542: cursor csr_leg_code is
543: select a.legislation_code
544: from per_business_groups a,
545: ben_svc_area_f b
546: where b.svc_area_id = p_svc_area_id
547: and a.business_group_id = b.business_group_id;
548: --
549: -- Declare local variables