DBA Data[Home] [Help]

APPS.PAY_TER_BUS dependencies on PAY_TER_SHD

Line 14: (p_rec in pay_ter_shd.g_rec_type

10: -- ----------------------------------------------------------------------------
11: -- |-----------------------< chk_non_updateable_args >------------------------|
12: -- ----------------------------------------------------------------------------
13: Procedure chk_non_updateable_args
14: (p_rec in pay_ter_shd.g_rec_type
15: ) is
16: l_proc varchar2(72) := g_package||'chk_non_updateable_args';
17: l_updating boolean;
18: l_error exception;

Line 24: l_api_updating := pay_ter_shd.api_updating

20: l_api_updating boolean;
21: --
22: Begin
23: hr_utility.set_location('Entering:'||l_proc, 5);
24: l_api_updating := pay_ter_shd.api_updating
25: (p_exclusion_rule_id => p_rec.exclusion_rule_id
26: ,p_object_version_number => p_rec.object_version_number
27: );
28: if not l_api_updating then

Line 40: nvl(pay_ter_shd.g_old_rec.template_id, hr_api.g_number)

36: --
37: -- p_template_id
38: --
39: if nvl(p_rec.template_id, hr_api.g_number) <>
40: nvl(pay_ter_shd.g_old_rec.template_id, hr_api.g_number)
41: then
42: l_argument := 'p_template_id';
43: raise l_error;
44: end if;

Line 131: l_api_updating := pay_ter_shd.api_updating

127: l_clash varchar2(1);
128: --
129: Begin
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: l_api_updating := pay_ter_shd.api_updating
132: (p_exclusion_rule_id => p_exclusion_rule_id
133: ,p_object_version_number => p_object_version_number
134: );
135: if (l_api_updating and nvl(p_flexfield_column, hr_api.g_varchar2) <>

Line 136: nvl(pay_ter_shd.g_old_rec.flexfield_column, hr_api.g_varchar2)) or

132: (p_exclusion_rule_id => p_exclusion_rule_id
133: ,p_object_version_number => p_object_version_number
134: );
135: if (l_api_updating and nvl(p_flexfield_column, hr_api.g_varchar2) <>
136: nvl(pay_ter_shd.g_old_rec.flexfield_column, hr_api.g_varchar2)) or
137: not l_api_updating
138: then
139: --
140: -- Check that the flexfield column is not null.

Line 204: l_api_updating := pay_ter_shd.api_updating

200: l_api_updating boolean;
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: l_api_updating := pay_ter_shd.api_updating
205: (p_exclusion_rule_id => p_exclusion_rule_id
206: ,p_object_version_number => p_object_version_number
207: );
208: if (l_api_updating and nvl(p_exclusion_value, hr_api.g_varchar2) <>

Line 209: nvl(pay_ter_shd.g_old_rec.exclusion_value, hr_api.g_varchar2)) or

205: (p_exclusion_rule_id => p_exclusion_rule_id
206: ,p_object_version_number => p_object_version_number
207: );
208: if (l_api_updating and nvl(p_exclusion_value, hr_api.g_varchar2) <>
209: nvl(pay_ter_shd.g_old_rec.exclusion_value, hr_api.g_varchar2)) or
210: not l_api_updating
211: then
212: --
213: -- Check that the exclusion value is not null.

Line 432: Procedure insert_validate(p_rec in pay_ter_shd.g_rec_type) is

428: End chk_delete;
429: -- ----------------------------------------------------------------------------
430: -- |---------------------------< insert_validate >----------------------------|
431: -- ----------------------------------------------------------------------------
432: Procedure insert_validate(p_rec in pay_ter_shd.g_rec_type) is
433: --
434: l_proc varchar2(72) := g_package||'insert_validate';
435: --
436: Begin

Line 462: Procedure update_validate(p_rec in pay_ter_shd.g_rec_type) is

458: --
459: -- ----------------------------------------------------------------------------
460: -- |---------------------------< update_validate >----------------------------|
461: -- ----------------------------------------------------------------------------
462: Procedure update_validate(p_rec in pay_ter_shd.g_rec_type) is
463: --
464: l_proc varchar2(72) := g_package||'update_validate';
465: --
466: Begin

Line 492: Procedure delete_validate(p_rec in pay_ter_shd.g_rec_type) is

488: --
489: -- ----------------------------------------------------------------------------
490: -- |---------------------------< delete_validate >----------------------------|
491: -- ----------------------------------------------------------------------------
492: Procedure delete_validate(p_rec in pay_ter_shd.g_rec_type) is
493: --
494: l_proc varchar2(72) := g_package||'delete_validate';
495: --
496: Begin