DBA Data[Home] [Help]

APPS.PER_APP_ASG_PKG dependencies on PER_APPLICANT_PKG

Line 420: per_applicant_pkg.update_group ( p_people_group_id,

416: --
417: -- Update people group
418: --
419: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 5 ) ;
420: per_applicant_pkg.update_group ( p_people_group_id,
421: p_people_group_name ) ;
422: --
423: -- Create letter request
424: --

Line 426: per_applicant_pkg.check_for_letter_requests (

422: --
423: -- Create letter request
424: --
425: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 6 ) ;
426: per_applicant_pkg.check_for_letter_requests (
427: p_business_group_id => p_business_group_id,
428: p_per_system_status => NULL, --***TEMP
429: p_assignment_status_type_id => p_assignment_status_type_id,
430: p_person_id => p_person_id,

Line 438: per_applicant_pkg.create_default_budget_values (

434: p_vacancy_id => p_vacancy_id ) ;
435: --
436: -- Create default budget values
437: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 7 ) ;
438: per_applicant_pkg.create_default_budget_values (
439: p_business_group_id,
440: p_assignment_id,
441: p_effective_start_date,
442: p_effective_end_date) ;

Line 449: p_location_code := per_applicant_pkg.get_location_code ( p_location_id ) ;

445: -- Set the location code if the location id is not null and the code is
446: -- null
447: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 8 ) ;
448: if ( ( p_location_id is not null ) and ( p_location_code is null ) ) then
449: p_location_code := per_applicant_pkg.get_location_code ( p_location_id ) ;
450: end if;
451: --
452: --
453: -- Set the frequency meaning if the frequency is not null and the meaning is

Line 1564: per_applicant_pkg.check_for_letter_requests

1560: where plrl.letter_request_id = plr.letter_request_id
1561: ) ;
1562: --
1563: hr_utility.set_location ('per_app_asg_pkg.update_row', 19);
1564: per_applicant_pkg.check_for_letter_requests
1565: (p_business_group_id => p_business_group_id
1566: ,p_per_system_status => p_per_system_status
1567: ,p_assignment_status_type_id => p_assignment_status_type_id
1568: ,p_person_id => p_person_id

Line 1583: p_location_code := per_applicant_pkg.get_location_code ( p_location_id ) ;

1579: -- Set the location code if the location id is not null and the code is
1580: -- null
1581: if ( ( p_location_id is not null ) and ( p_location_code is null ) ) then
1582: hr_utility.set_location ('per_app_asg_pkg.update_row', 20);
1583: p_location_code := per_applicant_pkg.get_location_code ( p_location_id ) ;
1584: end if;
1585: --
1586: -- Set the frequency meaning if the frequency is not null and the meaning is
1587: -- null