DBA Data[Home] [Help]

APPS.BEN_LSF_BUS dependencies on BEN_LOS_FCTR

Line 56: ben_lsf_shd.constraint_error('BEN_LOS_FCTR_PK');

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

Line 66: ben_lsf_shd.constraint_error('BEN_LOS_FCTR_PK');

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

Line 1070: from ben_los_fctr lsf

1066: l_dummy varchar2(1);
1067: --
1068: cursor c1 is
1069: select null
1070: from ben_los_fctr lsf
1071: where lsf.business_group_id = p_business_group_id and
1072: lsf.name = p_name;
1073: Begin
1074: --

Line 1257: -- when the user deletes the record in the ben_los_fctr table.

1253: -- -------------------------------------------------------------------------
1254: --
1255: -- Description
1256: -- This procedure is used to check that los factor child records do not exist
1257: -- when the user deletes the record in the ben_los_fctr table.
1258: --
1259: -- Pre Conditions
1260: -- None.
1261: --

Line 1607: ben_los_fctr b

1603: --
1604: cursor csr_leg_code is
1605: select a.legislation_code
1606: from per_business_groups a,
1607: ben_los_fctr b
1608: where b.los_fctr_id = p_los_fctr_id
1609: and a.business_group_id = b.business_group_id;
1610: --
1611: -- Declare local variables