DBA Data[Home] [Help]

APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on FND_PROFILE

Line 384: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id ) ;

380: open csr_person_id(l_effective_date) ;
381: fetch csr_person_id into l_person_id ;
382: close csr_person_id ;
383: --
384: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id ) ;
385: fnd_profile.put('PER_PERSON_ID', to_char(l_person_id) ) ;
386: -- End of 4915940
387: --
388: -- check if data has already been entered

Line 385: fnd_profile.put('PER_PERSON_ID', to_char(l_person_id) ) ;

381: fetch csr_person_id into l_person_id ;
382: close csr_person_id ;
383: --
384: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id ) ;
385: fnd_profile.put('PER_PERSON_ID', to_char(l_person_id) ) ;
386: -- End of 4915940
387: --
388: -- check if data has already been entered
389: --