DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on PER_PERIODS_OF_SERVICE

Line 313: -- than the earliest per_periods_of_service start date. For any

309: --
310: -- Description:
311: -- - Validates that for person type of 'EMP','EMP_APL','EX_EMP' or
312: -- 'EX_EMP_APL' the original date of hire is the same or earlier
313: -- than the earliest per_periods_of_service start date. For any
314: -- other person type a warning is raised if an original date of
315: -- hire is entered.
316: --
317: -- Pre-conditions:

Line 636: ,p_start_date in per_periods_of_service.date_start%TYPE);

632: ,p_effective_date in date
633: ,p_object_version_number in per_all_people_f.object_version_number%TYPE
634: ,p_party_id in per_all_people_f.party_id%TYPE
635: ,p_date_of_birth in per_all_people_f.date_of_birth%TYPE
636: ,p_start_date in per_periods_of_service.date_start%TYPE);
637: --
638: --
639: -- ---------------------------------------------------------------------------
640: -- |-----------------------< chk_npw_number >------------------------------|