DBA Data[Home] [Help]

APPS.PER_APP_ASG_PKG dependencies on PER_APPLICANT_PKG

Line 413: per_applicant_pkg.update_group ( p_people_group_id,

409: --
410: -- Update people group
411: --
412: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 5 ) ;
413: per_applicant_pkg.update_group ( p_people_group_id,
414: p_people_group_name ) ;
415: --
416: -- Create letter request
417: --

Line 419: per_applicant_pkg.check_for_letter_requests (

415: --
416: -- Create letter request
417: --
418: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 6 ) ;
419: per_applicant_pkg.check_for_letter_requests (
420: p_business_group_id => p_business_group_id,
421: p_per_system_status => NULL, --***TEMP
422: p_assignment_status_type_id => p_assignment_status_type_id,
423: p_person_id => p_person_id,

Line 431: per_applicant_pkg.create_default_budget_values (

427: p_vacancy_id => p_vacancy_id ) ;
428: --
429: -- Create default budget values
430: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 7 ) ;
431: per_applicant_pkg.create_default_budget_values (
432: p_business_group_id,
433: p_assignment_id,
434: p_effective_start_date,
435: p_effective_end_date) ;

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

438: -- Set the location code if the location id is not null and the code is
439: -- null
440: hr_utility.set_location ( 'PER_APP_ASG_PKG.insert_row' , 8 ) ;
441: if ( ( p_location_id is not null ) and ( p_location_code is null ) ) then
442: p_location_code := per_applicant_pkg.get_location_code ( p_location_id ) ;
443: end if;
444: --
445: --
446: -- Set the frequency meaning if the frequency is not null and the meaning is

Line 1380: per_applicant_pkg.check_for_letter_requests

1376: from per_letter_request_lines plrl
1377: where plrl.letter_request_id = plr.letter_request_id
1378: ) ;
1379: --
1380: per_applicant_pkg.check_for_letter_requests
1381: (p_business_group_id => p_business_group_id
1382: ,p_per_system_status => p_per_system_status
1383: ,p_assignment_status_type_id => p_assignment_status_type_id
1384: ,p_person_id => p_person_id

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

1394: --
1395: -- Set the location code if the location id is not null and the code is
1396: -- null
1397: if ( ( p_location_id is not null ) and ( p_location_code is null ) ) then
1398: p_location_code := per_applicant_pkg.get_location_code ( p_location_id ) ;
1399: end if;
1400: --
1401: -- Set the frequency meaning if the frequency is not null and the meaning is
1402: -- null