DBA Data[Home] [Help]

APPS.BEN_PSQ_BUS dependencies on BEN_PYMT_SCHED_PY_FREQ

Line 56: ben_psq_shd.constraint_error('BEN_PYMT_SCHED_PY_FREQ_PK');

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

Line 66: ben_psq_shd.constraint_error('BEN_PYMT_SCHED_PY_FREQ_PK');

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

Line 144: ben_psq_shd.constraint_error('BEN_PYMT_SCHED_PY_FREQ_DT1');

140: --
141: -- raise error as FK does not relate to PK in ben_acty_rt_pymt_sched_f
142: -- table.
143: --
144: ben_psq_shd.constraint_error('BEN_PYMT_SCHED_PY_FREQ_DT1');
145: --
146: end if;
147: --
148: close c1;

Line 391: ben_pymt_sched_py_freq b

387: --
388: cursor csr_leg_code is
389: select a.legislation_code
390: from per_business_groups a,
391: ben_pymt_sched_py_freq b
392: where b.pymt_sched_py_freq_id = p_pymt_sched_py_freq_id
393: and a.business_group_id = b.business_group_id;
394: --
395: -- Declare local variables