DBA Data[Home] [Help]

APPS.PAY_AUD_BUS dependencies on PAY_AUD_BUS

Line 1: Package Body pay_aud_bus as

1: Package Body pay_aud_bus as
2: /* $Header: pyaudrhi.pkb 115.4 2002/12/09 10:29:32 alogue ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pay_aud_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_aud_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 293: if ( nvl(pay_aud_bus.g_stat_trans_audit_id, hr_api.g_number)

289: ,p_argument => 'stat_trans_audit_id'
290: ,p_argument_value => p_stat_trans_audit_id
291: );
292: --
293: if ( nvl(pay_aud_bus.g_stat_trans_audit_id, hr_api.g_number)
294: = p_stat_trans_audit_id) then
295: --
296: -- The legislation code has already been found with a previous
297: -- call to this function. Just return the value in the global

Line 300: l_legislation_code := pay_aud_bus.g_legislation_code;

296: -- The legislation code has already been found with a previous
297: -- call to this function. Just return the value in the global
298: -- variable.
299: --
300: l_legislation_code := pay_aud_bus.g_legislation_code;
301: hr_utility.set_location(l_proc, 20);
302: else
303: --
304: -- The ID is different to the last call to this function

Line 324: pay_aud_bus.g_stat_trans_audit_id := p_stat_trans_audit_id;

320: -- Set the global variables so the values are
321: -- available for the next call to this function.
322: --
323: close csr_leg_code;
324: pay_aud_bus.g_stat_trans_audit_id := p_stat_trans_audit_id;
325: pay_aud_bus.g_legislation_code := l_legislation_code;
326: end if;
327: hr_utility.set_location(' Leaving:'|| l_proc, 40);
328: return l_legislation_code;

Line 325: pay_aud_bus.g_legislation_code := l_legislation_code;

321: -- available for the next call to this function.
322: --
323: close csr_leg_code;
324: pay_aud_bus.g_stat_trans_audit_id := p_stat_trans_audit_id;
325: pay_aud_bus.g_legislation_code := l_legislation_code;
326: end if;
327: hr_utility.set_location(' Leaving:'|| l_proc, 40);
328: return l_legislation_code;
329: end return_legislation_code;

Line 493: pay_aud_bus.chk_ddf(p_rec);

489: );
490:
491: --
492: --
493: pay_aud_bus.chk_ddf(p_rec);
494: --
495: hr_utility.set_location(' Leaving:'||l_proc, 10);
496: End insert_validate;
497: --

Line 515: end pay_aud_bus;

511: --
512: hr_utility.set_location(' Leaving:'||l_proc, 10);
513: End delete_validate;
514: --
515: end pay_aud_bus;