DBA Data[Home] [Help]

APPS.PAY_SEU_BUS dependencies on PAY_SEU_SHD

Line 38: (p_rec in pay_seu_shd.g_rec_type

34: --
35: -- {End Of Comments}
36: -- ----------------------------------------------------------------------------
37: Procedure chk_non_updateable_args
38: (p_rec in pay_seu_shd.g_rec_type
39: ) IS
40: --
41: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
42: l_error EXCEPTION;

Line 50: IF NOT pay_seu_shd.api_updating

46: --
47: -- Only proceed with the validation if a row exists for the current
48: -- record in the HR Schema.
49: --
50: IF NOT pay_seu_shd.api_updating
51: (p_element_type_usage_id => p_rec.element_type_usage_id
52: ,p_object_version_number => p_rec.object_version_number
53: ) THEN
54: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 134: l_api_updating := pay_seu_shd.api_updating

130: l_api_updating boolean;
131: --
132: Begin
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: l_api_updating := pay_seu_shd.api_updating
135: (p_element_type_usage_id => p_element_type_usage_id
136: ,p_object_version_number => p_object_version_number
137: );
138: if (l_api_updating and nvl(p_inclusion_flag, hr_api.g_varchar2) <>

Line 139: nvl(pay_seu_shd.g_old_rec.inclusion_flag, hr_api.g_varchar2)) or

135: (p_element_type_usage_id => p_element_type_usage_id
136: ,p_object_version_number => p_object_version_number
137: );
138: if (l_api_updating and nvl(p_inclusion_flag, hr_api.g_varchar2) <>
139: nvl(pay_seu_shd.g_old_rec.inclusion_flag, hr_api.g_varchar2)) or
140: not l_api_updating
141: then
142: --
143: -- Inclusion flag is mandatory.

Line 183: l_api_updating := pay_seu_shd.api_updating

179: l_api_updating boolean;
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: l_api_updating := pay_seu_shd.api_updating
184: (p_element_type_usage_id => p_element_type_usage_id
185: ,p_object_version_number => p_object_version_number
186: );
187: if (l_api_updating and p_run_type_name <>

Line 188: pay_seu_shd.g_old_rec.run_type_name) or

184: (p_element_type_usage_id => p_element_type_usage_id
185: ,p_object_version_number => p_object_version_number
186: );
187: if (l_api_updating and p_run_type_name <>
188: pay_seu_shd.g_old_rec.run_type_name) or
189: not l_api_updating
190: then
191: --
192: -- Run type name is mandatory

Line 229: l_api_updating := pay_seu_shd.api_updating

225: l_valid varchar2(1);
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: l_api_updating := pay_seu_shd.api_updating
230: (p_element_type_usage_id => p_element_type_usage_id
231: ,p_object_version_number => p_object_version_number
232: );
233: if (l_api_updating and nvl(p_exclusion_rule_id, hr_api.g_number) <>

Line 234: nvl(pay_seu_shd.g_old_rec.exclusion_rule_id, hr_api.g_number)) or

230: (p_element_type_usage_id => p_element_type_usage_id
231: ,p_object_version_number => p_object_version_number
232: );
233: if (l_api_updating and nvl(p_exclusion_rule_id, hr_api.g_number) <>
234: nvl(pay_seu_shd.g_old_rec.exclusion_rule_id, hr_api.g_number)) or
235: not l_api_updating
236: then
237: if p_exclusion_rule_id is not null then
238: open c_exclusion_rule_is_valid;

Line 294: ,p_rec in pay_seu_shd.g_rec_type

290: -- |---------------------------< insert_validate >----------------------------|
291: -- ----------------------------------------------------------------------------
292: Procedure insert_validate
293: (p_effective_date in date
294: ,p_rec in pay_seu_shd.g_rec_type
295: ) is
296: --
297: l_proc varchar2(72) := g_package||'insert_validate';
298: --

Line 336: ,p_rec in pay_seu_shd.g_rec_type

332: -- |---------------------------< update_validate >----------------------------|
333: -- ----------------------------------------------------------------------------
334: Procedure update_validate
335: (p_effective_date in date
336: ,p_rec in pay_seu_shd.g_rec_type
337: ) is
338: --
339: l_proc varchar2(72) := g_package||'update_validate';
340: --

Line 376: (p_rec in pay_seu_shd.g_rec_type

372: -- ----------------------------------------------------------------------------
373: -- |---------------------------< delete_validate >----------------------------|
374: -- ----------------------------------------------------------------------------
375: Procedure delete_validate
376: (p_rec in pay_seu_shd.g_rec_type
377: ) is
378: --
379: l_proc varchar2(72) := g_package||'delete_validate';
380: --