DBA Data[Home] [Help]

APPS.BEN_BFT_BUS dependencies on BEN_BENEFIT_ACTIONS

Line 56: ben_bft_shd.constraint_error('BEN_BENEFIT_ACTIONS_PK');

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

Line 66: ben_bft_shd.constraint_error('BEN_BENEFIT_ACTIONS_PK');

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

Line 910: ben_benefit_actions b

906: --
907: cursor csr_leg_code is
908: select a.legislation_code
909: from per_business_groups a,
910: ben_benefit_actions b
911: where b.benefit_action_id = p_benefit_action_id
912: and a.business_group_id = b.business_group_id;
913: --
914: -- Declare local variables