DBA Data[Home] [Help]

APPS.HR_KW_VALIDATE_PKG dependencies on PER_PER_BUS

Line 105: IF per_per_bus.g_global_transfer_in_process IS NULL

101: -- mandatory parameters during the global deployment
102: -- process for an employee.
103:
104:
105: IF per_per_bus.g_global_transfer_in_process IS NULL
106: OR per_per_bus.g_global_transfer_in_process = FALSE then
107:
108: -- Bug#14275662
109: IF g_per_type IS NOT NULL THEN -- for fixing Bug 4436984

Line 106: OR per_per_bus.g_global_transfer_in_process = FALSE then

102: -- process for an employee.
103:
104:
105: IF per_per_bus.g_global_transfer_in_process IS NULL
106: OR per_per_bus.g_global_transfer_in_process = FALSE then
107:
108: -- Bug#14275662
109: IF g_per_type IS NOT NULL THEN -- for fixing Bug 4436984
110: IF p_nationality IS NULL THEN

Line 259: per_per_bus.chk_person_type

255: ,p_per_information10 in varchar2 default null
256: ) IS
257: l_person_type_id NUMBER;
258: BEGIN
259: per_per_bus.chk_person_type
260: (p_person_type_id => l_person_type_id
261: ,p_business_group_id => p_business_group_id
262: ,p_expected_sys_type => 'APL'
263: );

Line 351: per_per_bus.chk_person_type

347: ) IS
348: l_person_type_id number;
349: l_valid_date varchar2(10);
350: BEGIN
351: per_per_bus.chk_person_type
352: (p_person_type_id => l_person_type_id
353: ,p_business_group_id => p_business_group_id
354: ,p_expected_sys_type => 'EMP'
355: );

Line 445: per_per_bus.chk_person_type

441: ,p_per_information10 in varchar2 default null
442: ) IS
443: l_person_type_id NUMBER;
444: BEGIN
445: per_per_bus.chk_person_type
446: (p_person_type_id => l_person_type_id
447: ,p_business_group_id => p_business_group_id
448: ,p_expected_sys_type => 'OTHER'
449: );

Line 536: per_per_bus.chk_person_type

532: ,p_per_information10 in varchar2 default null
533: ) IS
534: l_person_type_id NUMBER;
535: BEGIN
536: per_per_bus.chk_person_type
537: (p_person_type_id => l_person_type_id
538: ,p_business_group_id => p_business_group_id
539: ,p_expected_sys_type => 'CWK'
540: );