DBA Data[Home] [Help]

APPS.BEN_PDT_BUS dependencies on BEN_PTY_SHD

Line 453: ben_pty_shd.constraint_error('BEN_PYMT_CHECK_DET_PK');

449: <> ben_pdt_shd.g_old_rec.pymt_check_det_id) then
450: --
451: -- raise error as PK has changed
452: --
453: ben_pty_shd.constraint_error('BEN_PYMT_CHECK_DET_PK');
454: --
455: elsif not l_api_updating then
456: --
457: -- check if PK is null

Line 463: ben_pty_shd.constraint_error('BEN_PYMT_CHECK_DET_PK');

459: if p_pymt_check_det_id is not null then
460: --
461: -- raise error as PK is not null
462: --
463: ben_pty_shd.constraint_error('BEN_PYMT_CHECK_DET_PK');
464: --
465: end if;
466: --
467: end if;