DBA Data[Home] [Help]

APPS.PAY_PWR_BUS dependencies on PAY_PWR_SHD

Line 46: l_api_updating := pay_pwr_shd.api_updating

42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := pay_pwr_shd.api_updating
47: (p_rate_id => p_rate_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating

Line 52: <> pay_pwr_shd.g_old_rec.rate_id) then

48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_rate_id,hr_api.g_number)
52: <> pay_pwr_shd.g_old_rec.rate_id) then
53: --
54: -- raise error as PK has changed
55: --
56: pay_pwr_shd.constraint_error('PAY_WCI_RATES_PK');

Line 56: pay_pwr_shd.constraint_error('PAY_WCI_RATES_PK');

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

Line 66: pay_pwr_shd.constraint_error('PAY_WCI_RATES_PK');

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

Line 134: Procedure insert_validate(p_rec in pay_pwr_shd.g_rec_type) is

130: END chk_valid_rate_code;
131: -- ----------------------------------------------------------------------------
132: -- |---------------------------< insert_validate >----------------------------|
133: -- ----------------------------------------------------------------------------
134: Procedure insert_validate(p_rec in pay_pwr_shd.g_rec_type) is
135: --
136: l_proc varchar2(72) := g_package||'insert_validate';
137: --
138: Begin

Line 169: Procedure update_validate(p_rec in pay_pwr_shd.g_rec_type) is

165: --
166: -- ----------------------------------------------------------------------------
167: -- |---------------------------< update_validate >----------------------------|
168: -- ----------------------------------------------------------------------------
169: Procedure update_validate(p_rec in pay_pwr_shd.g_rec_type) is
170: --
171: l_proc varchar2(72) := g_package||'update_validate';
172: --
173: Begin

Line 190: Procedure delete_validate(p_rec in pay_pwr_shd.g_rec_type) is

186: --
187: -- ----------------------------------------------------------------------------
188: -- |---------------------------< delete_validate >----------------------------|
189: -- ----------------------------------------------------------------------------
190: Procedure delete_validate(p_rec in pay_pwr_shd.g_rec_type) is
191: --
192: l_proc varchar2(72) := g_package||'delete_validate';
193: --
194: Begin