DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on STANDARD

Line 417: -- then populate location code. This happens when the standard location

413: p_current_npw => 'N');
414: end if ;
415: --
416: -- If the location code is null and the location id is not null
417: -- then populate location code. This happens when the standard location
418: -- is accepted.
419: if ( ( p_location_id is not null )
420: and ( p_location_code is null ) ) then
421: p_location_code := get_location_code( p_location_id ) ;

Line 1899: -- Standard strong delete check

1895: -- Now the form is using API proc hr_person_api.delete_person which
1896: -- includes the strong predel validations. So comment out here.
1897: --
1898: /*
1899: -- Standard strong delete check
1900: hr_person.strong_predel_validation ( p_person_id => p_person_id,
1901: p_session_date => p_session_date ) ;
1902: */
1903: --