DBA Data[Home] [Help]

APPS.PER_PMA_BUS dependencies on PER_PMA_BUS

Line 1: Package Body per_pma_bus as

1: Package Body per_pma_bus as
2: /* $Header: pepmarhi.pkb 120.4.12010000.2 2008/08/06 09:29:11 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 942: per_pma_bus.chk_df(p_rec);

938:
939: chk_start_date
940: (p_task_start_date => p_rec.task_start_date);
941:
942: per_pma_bus.chk_df(p_rec);
943: --
944: hr_utility.set_location(' Leaving:'||l_proc, 980);
945:
946: End insert_validate;

Line 1011: per_pma_bus.chk_df(p_rec);

1007: end if;
1008: --
1009:
1010: --
1011: per_pma_bus.chk_df(p_rec);
1012: --
1013: hr_utility.set_location(' Leaving:'||l_proc, 980);
1014:
1015: End update_validate;

Line 1034: end per_pma_bus;

1030: --
1031: hr_utility.set_location(' Leaving:'||l_proc, 10);
1032: End delete_validate;
1033: --
1034: end per_pma_bus;