DBA Data[Home] [Help]

APPS.BEN_APR_BUS dependencies on BEN_ACTL_PREM_F

Line 59: ben_apr_shd.constraint_error('BEN_ACTL_PREM_F_PK');

55: <> ben_apr_shd.g_old_rec.actl_prem_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_apr_shd.constraint_error('BEN_ACTL_PREM_F_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_apr_shd.constraint_error('BEN_ACTL_PREM_F_PK');

65: if p_actl_prem_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_apr_shd.constraint_error('BEN_ACTL_PREM_F_PK');
70: --
71: end if;
72: --
73: end if;

Line 1043: from ben_actl_prem_f

1039: --
1040: --
1041: cursor csr_name is
1042: select null
1043: from ben_actl_prem_f
1044: where name = p_name
1045: and actl_prem_id <> nvl(p_actl_prem_id, hr_api.g_number)
1046: and business_group_id + 0 = p_business_group_id
1047: and p_validation_start_date <= effective_end_date

Line 2701: ben_actl_prem_f b

2697: --
2698: cursor csr_leg_code is
2699: select a.legislation_code
2700: from per_business_groups a,
2701: ben_actl_prem_f b
2702: where b.actl_prem_id = p_actl_prem_id
2703: and a.business_group_id = b.business_group_id;
2704: --
2705: -- Declare local variables