DBA Data[Home] [Help]

APPS.PAY_CON_BUS dependencies on PAY_CON_SHD

Line 46: l_api_updating := pay_con_shd.api_updating

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

Line 52: <> pay_con_shd.g_old_rec.contr_history_id) then

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

Line 56: pay_con_shd.constraint_error('PAY_US_CONTRIBUTION_HISTORY_PK');

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

Line 66: pay_con_shd.constraint_error('PAY_US_CONTRIBUTION_HISTORY_PK');

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

Line 264: Procedure insert_validate(p_rec in pay_con_shd.g_rec_type) is

260: --
261: -- ----------------------------------------------------------------------------
262: -- |---------------------------< insert_validate >----------------------------|
263: -- ----------------------------------------------------------------------------
264: Procedure insert_validate(p_rec in pay_con_shd.g_rec_type) is
265: --
266: l_proc varchar2(72) := g_package||'insert_validate';
267: --
268: Begin

Line 301: Procedure update_validate(p_rec in pay_con_shd.g_rec_type) is

297: --
298: -- ----------------------------------------------------------------------------
299: -- |---------------------------< update_validate >----------------------------|
300: -- ----------------------------------------------------------------------------
301: Procedure update_validate(p_rec in pay_con_shd.g_rec_type) is
302: --
303: l_proc varchar2(72) := g_package||'update_validate';
304: --
305: Begin

Line 334: Procedure delete_validate(p_rec in pay_con_shd.g_rec_type) is

330: --
331: -- ----------------------------------------------------------------------------
332: -- |---------------------------< delete_validate >----------------------------|
333: -- ----------------------------------------------------------------------------
334: Procedure delete_validate(p_rec in pay_con_shd.g_rec_type) is
335: --
336: l_proc varchar2(72) := g_package||'delete_validate';
337: --
338: Begin