DBA Data[Home] [Help]

APPS.PER_PTU_BUS dependencies on PER_PTU_BUS

Line 1: Package Body per_ptu_bus as

1: Package Body per_ptu_bus as
2: /* $Header: pepturhi.pkb 120.0 2005/05/31 15:57:51 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_ptu_bus.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |--------------------------< dt_update_validate >--------------------------|
12: -- ----------------------------------------------------------------------------

Line 730: per_ptu_bus.check_df(p_rec => p_rec);

726: p_object_version_number => p_rec.object_version_number);
727: --
728: -- Call descriptive flexfield validation routines
729: --
730: per_ptu_bus.check_df(p_rec => p_rec);
731: --
732: hr_utility.set_location(' Leaving:'||l_proc, 10);
733: End insert_validate;
734: --

Line 781: per_ptu_bus.check_df(p_rec => p_rec);

777: --
778: --
779: -- Call descriptive flexfield validation routines
780: --
781: per_ptu_bus.check_df(p_rec => p_rec);
782: --
783: hr_utility.set_location(' Leaving:'||l_proc, 10);
784: End update_validate;
785: --

Line 885: end per_ptu_bus;

881: --
882: return l_legislation_code;
883: end return_legislation_code;
884: --
885: end per_ptu_bus;