DBA Data[Home] [Help]

APPS.PER_CAG_BUS dependencies on PER_CAG_BUS

Line 1: Package Body per_cag_bus as

1: Package Body per_cag_bus as
2: /* $Header: pecagrhi.pkb 120.1 2006/10/18 08:42:10 grreddy noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 616: per_cag_bus.chk_ddf(p_rec => p_rec);

612: -- DDF procedure to validation Developer Descriptive Flexfields
613: -- =============================================================
614: -- CHK_DDF
615: --
616: per_cag_bus.chk_ddf(p_rec => p_rec);
617:
618: --
619: -- Descriptive flexfield check
620: -- ===========================

Line 623: per_cag_bus.chk_df(p_rec => p_rec);

619: -- Descriptive flexfield check
620: -- ===========================
621: --CHK_DF
622: --
623: per_cag_bus.chk_df(p_rec => p_rec);
624: --
625: --
626: hr_utility.set_location(' Leaving:'||l_proc, 10);
627: End insert_validate;

Line 674: per_cag_bus.chk_ddf(p_rec => p_rec);

670: -- DDF procedure to validation Developer Descriptive Flexfields
671: -- =============================================================
672: -- CHK_DDF
673: --
674: per_cag_bus.chk_ddf(p_rec => p_rec);
675:
676: --
677: -- Descriptive flexfield check
678: -- ===========================

Line 681: per_cag_bus.chk_df(p_rec => p_rec);

677: -- Descriptive flexfield check
678: -- ===========================
679: --CHK_DF
680: --
681: per_cag_bus.chk_df(p_rec => p_rec);
682:
683:
684: hr_utility.set_location(' Leaving:'||l_proc, 10);
685: End update_validate;

Line 849: end per_cag_bus;

845: return l_legislation_code;
846: end return_legislation_code;
847: --
848: -- ----------------------------------------------------------------------------
849: end per_cag_bus;