604: open csr_person_id(l_effective_date) ;
605: fetch csr_person_id into l_person_id ;
606: close csr_person_id ;
607: --
608: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id ) ;
609: fnd_profile.put('PER_PERSON_ID', to_char(l_person_id) ) ;
610: -- End of 4915940
611: --
612: -- check if data has already been entered
605: fetch csr_person_id into l_person_id ;
606: close csr_person_id ;
607: --
608: fnd_profile.put('PER_ASSIGNMENT_ID', p_assignment_id ) ;
609: fnd_profile.put('PER_PERSON_ID', to_char(l_person_id) ) ;
610: -- End of 4915940
611: --
612: -- check if data has already been entered
613: --