DBA Data[Home] [Help]

APPS.BEN_DSQ_BUS dependencies on BEN_DED_SCHED_PY_FREQ

Line 57: ben_dsq_shd.constraint_error('BEN_DED_SCHED_PY_FREQ_PK');

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

Line 67: ben_dsq_shd.constraint_error('BEN_DED_SCHED_PY_FREQ_PK');

63: if p_ded_sched_py_freq_id is not null then
64: --
65: -- raise error as PK is not null
66: --
67: ben_dsq_shd.constraint_error('BEN_DED_SCHED_PY_FREQ_PK');
68: --
69: end if;
70: --
71: end if;

Line 402: ben_ded_sched_py_freq b

398: --
399: cursor csr_leg_code is
400: select a.legislation_code
401: from per_business_groups a,
402: ben_ded_sched_py_freq b
403: where b.ded_sched_py_freq_id = p_ded_sched_py_freq_id
404: and a.business_group_id = b.business_group_id;
405: --
406: -- Declare local variables