DBA Data[Home] [Help]

APPS.SSP_MAT_BUS dependencies on SSP_MAT_BUS

Line 1: Package Body ssp_mat_bus as

1: Package Body ssp_mat_bus as
2: /* $Header: spmatrhi.pkb 120.5.12010000.3 2008/08/13 13:27:41 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ssp_mat_bus.'; -- Global package name
9: --
10: -- Business Validation Rules
11: --
12: -- -----------------------------------------------------------------------------

Line 237: ssp_mat_bus.default_mpp_date(p_actual_birth_date, p_mpp_start_date);

233: end if;
234:
235: if NOT(p_actual_birth_date IS NULL) then
236: if (p_mpp_start_date IS NULL) OR (p_mpp_start_date < p_earliest_mpp_start_date) THEN
237: ssp_mat_bus.default_mpp_date(p_actual_birth_date, p_mpp_start_date);
238: end if;
239: end if;
240:
241: END check_MPP_start_date;

Line 883: end ssp_mat_bus;

879: --
880: hr_utility.set_location(' Leaving:'||l_proc, 10);
881: End delete_validate;
882: --
883: end ssp_mat_bus;