DBA Data[Home] [Help]

APPS.PER_PL_ASSIGNMENT dependencies on PER_PL_ASSIGNMENT

Line 1: package body PER_PL_ASSIGNMENT as

1: package body PER_PL_ASSIGNMENT as
2: /* $Header: peplasgp.pkb 120.10.12010000.2 2008/09/29 04:58:46 rbabla ship $ */
3:
4: g_package_name varchar2(18);
5:

Line 100: g_package_name :='PER_PL_ASSIGNMENT.';

96: --3)contract number cannot be longer than 30 characters
97: --4)Date checks
98: --5)payroll check ...check for oldage pension rights and nip.....if civil contract..error out if payroll is not null ...if normal contract then chack for sii and paye details....
99: */
100: g_package_name :='PER_PL_ASSIGNMENT.';
101: l_proc := g_package_name||'CREATE_PL_SECONDARY_EMP_ASG';
102: /* Added for GSI Bug 5472781 */
103: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
104: hr_utility.set_location('Leaving : '||l_proc,10);

Line 404: g_package_name :='PER_PL_ASSIGNMENT.';

400: -- and Contract type change date must be equal to p_effective_date -1
401: --5)contract number cannot be longer than 30 characters
402: --6)Date checks
403: --7)payroll check ..get it from the table and then do the validation
404: g_package_name :='PER_PL_ASSIGNMENT.';
405: l_proc:=g_package_name||'UPDATE_PL_EMP_ASG';
406: /* Added for GSI Bug 5472781 */
407: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
408: hr_utility.set_location('Leaving : '||l_proc,10);

Line 874: g_package_name :='PER_PL_ASSIGNMENT.';

870: l_person_id number(10);
871: l_proc varchar2(44);
872:
873: Begin
874: g_package_name :='PER_PL_ASSIGNMENT.';
875: l_proc:=g_package_name||'UPDATE_PL_EMP_ASG_CRITERIA';
876: /* Added for GSI Bug 5472781 */
877: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
878: hr_utility.set_location('Leaving : '||l_proc,10);

Line 1111: end per_pl_assignment;

1107: end if;
1108:
1109: END UPDATE_PL_EMP_ASG_A;
1110:
1111: end per_pl_assignment;