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.17 2012/01/19 09:22:40 rpahune noship $ */
3:
4: g_package_name varchar2(18);
5:

Line 101: g_package_name :='PER_PL_ASSIGNMENT.';

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:
101: g_package_name :='PER_PL_ASSIGNMENT.';
102: l_proc := g_package_name||'CREATE_PL_SECONDARY_EMP_ASG';
103: /* Added for GSI Bug 5472781 */
104: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
105: hr_utility.set_location('Leaving : '||l_proc,10);

Line 441: g_package_name :='PER_PL_ASSIGNMENT.';

437: -- and Contract type change date must be equal to p_effective_date -1
438: --5)contract number cannot be longer than 30 characters
439: --6)Date checks
440: --7)payroll check ..get it from the table and then do the validation
441: g_package_name :='PER_PL_ASSIGNMENT.';
442: l_proc:=g_package_name||'UPDATE_PL_EMP_ASG';
443: /* Added for GSI Bug 5472781 */
444: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
445: hr_utility.set_location('Leaving : '||l_proc,10);

Line 1016: g_package_name :='PER_PL_ASSIGNMENT.';

1012: l_person_id number(10);
1013: l_proc varchar2(44);
1014:
1015: Begin
1016: g_package_name :='PER_PL_ASSIGNMENT.';
1017: l_proc:=g_package_name||'UPDATE_PL_EMP_ASG_CRITERIA';
1018: /* Added for GSI Bug 5472781 */
1019: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'PL') THEN
1020: hr_utility.set_location('Leaving : '||l_proc,10);

Line 1274: end per_pl_assignment;

1270: end if;
1271:
1272: END UPDATE_PL_EMP_ASG_A;
1273:
1274: end per_pl_assignment;