DBA Data[Home] [Help]

APPS.BEN_BBP_BUS dependencies on BEN_BATCH_PARAMETER

Line 56: ben_bbp_shd.constraint_error('BEN_BATCH_PARAMETER_PK');

52: <> ben_bbp_shd.g_old_rec.batch_parameter_id) then
53: --
54: -- raise error as PK has changed
55: --
56: ben_bbp_shd.constraint_error('BEN_BATCH_PARAMETER_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: ben_bbp_shd.constraint_error('BEN_BATCH_PARAMETER_PK');

62: if p_batch_parameter_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: ben_bbp_shd.constraint_error('BEN_BATCH_PARAMETER_PK');
67: --
68: end if;
69: --
70: end if;

Line 288: from ben_batch_parameter

284: l_dummy varchar2(1);
285: --
286: cursor c1 is
287: select null
288: from ben_batch_parameter
289: where business_group_id = p_business_group_id
290: and batch_exe_cd = p_batch_exe_cd
291: and batch_parameter_id <> nvl(p_batch_parameter_id,-1);
292: --

Line 439: ben_batch_parameter b

435: --
436: cursor csr_leg_code is
437: select a.legislation_code
438: from per_business_groups a,
439: ben_batch_parameter b
440: where b.batch_parameter_id = p_batch_parameter_id
441: and a.business_group_id = b.business_group_id;
442: --
443: -- Declare local variables