DBA Data[Home] [Help]

APPS.PER_ESA_BUS dependencies on PER_ESA_BUS

Line 1: Package Body per_esa_bus as

1: Package Body per_esa_bus as
2: /* $Header: peesarhi.pkb 120.0.12010000.3 2008/08/06 09:08:49 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1313: per_esa_bus.chk_df(p_rec => p_rec);

1309: --
1310: -- Descriptive flex check
1311: -- ======================
1312: --
1313: per_esa_bus.chk_df(p_rec => p_rec);
1314: --
1315: hr_utility.set_location(' Leaving:'||l_proc, 10);
1316: End insert_validate;
1317: --

Line 1421: per_esa_bus.chk_df(p_rec => p_rec);

1417: --
1418: -- Descriptive Flex Check
1419: -- ======================
1420: --
1421: per_esa_bus.chk_df(p_rec => p_rec);
1422: --
1423: hr_utility.set_location(' Leaving:'||l_proc, 10);
1424: End update_validate;
1425: --

Line 1535: end per_esa_bus;

1531: --
1532: return l_legislation_code;
1533: end return_legislation_code;
1534: --
1535: end per_esa_bus;