DBA Data[Home] [Help]

APPS.BEN_CONC_REPORTS dependencies on BEN_PERSON_ACTIONS

Line 818: hr_utility.set_location('not skip...Inserting Ben_person_actions',28);

814: -- fnd_file.put_line(fnd_file.log, ' after person selection rule ');
815: -- Create a person action only if the person passes the person selection rule
816: If ( not skip) then
817: --
818: hr_utility.set_location('not skip...Inserting Ben_person_actions',28);
819: -- fnd_file.put_line(fnd_file.log, 'not skip...Inserting Ben_person_actions');
820: --
821: l_actn := 'Create person actions ...';
822: ben_person_actions_api.create_person_actions(

Line 819: -- fnd_file.put_line(fnd_file.log, 'not skip...Inserting Ben_person_actions');

815: -- Create a person action only if the person passes the person selection rule
816: If ( not skip) then
817: --
818: hr_utility.set_location('not skip...Inserting Ben_person_actions',28);
819: -- fnd_file.put_line(fnd_file.log, 'not skip...Inserting Ben_person_actions');
820: --
821: l_actn := 'Create person actions ...';
822: ben_person_actions_api.create_person_actions(
823: p_validate => false

Line 822: ben_person_actions_api.create_person_actions(

818: hr_utility.set_location('not skip...Inserting Ben_person_actions',28);
819: -- fnd_file.put_line(fnd_file.log, 'not skip...Inserting Ben_person_actions');
820: --
821: l_actn := 'Create person actions ...';
822: ben_person_actions_api.create_person_actions(
823: p_validate => false
824: ,p_person_action_id => l_person_action_id
825: ,p_person_id => p_person_id
826: ,p_ler_id => p_ler_id

Line 1276: l_person_action_id ben_person_actions.person_action_id%type;

1272: l_request_id number;
1273: l_person_id per_all_people_f.person_id%type;
1274: l_object_version_number ben_benefit_actions.object_version_number%type;
1275: l_benefit_action_id ben_benefit_actions.benefit_action_id%type;
1276: l_person_action_id ben_person_actions.person_action_id%type;
1277: --
1278: l_errbuf varchar2(80);
1279: l_retcode number;
1280: --