DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on BEN_PERSON_ACTIONS_API

Line 917: l_actn := 'Calling Ben_person_actions_api.create_person_actions...';

913: --
914: -- Store person_id into person actions table.
915: --
916: If ( not skip) then
917: l_actn := 'Calling Ben_person_actions_api.create_person_actions...';
918: Ben_person_actions_api.create_person_actions
919: (p_validate => false
920: ,p_person_action_id => l_person_action_id
921: ,p_person_id => l_person_id

Line 918: Ben_person_actions_api.create_person_actions

914: -- Store person_id into person actions table.
915: --
916: If ( not skip) then
917: l_actn := 'Calling Ben_person_actions_api.create_person_actions...';
918: Ben_person_actions_api.create_person_actions
919: (p_validate => false
920: ,p_person_action_id => l_person_action_id
921: ,p_person_id => l_person_id
922: ,p_ler_id => 0

Line 1865: l_actn := 'Calling ben_person_actions_api.update_person_actions...';

1861: End loop;
1862: --
1863: If p_person_action_id is not null then
1864: --
1865: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1866: --
1867: ben_person_actions_api.update_person_actions
1868: (p_person_action_id => p_person_action_id
1869: ,p_action_status_cd => 'P'

Line 1867: ben_person_actions_api.update_person_actions

1863: If p_person_action_id is not null then
1864: --
1865: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1866: --
1867: ben_person_actions_api.update_person_actions
1868: (p_person_action_id => p_person_action_id
1869: ,p_action_status_cd => 'P'
1870: ,p_object_version_number => p_object_version_number
1871: ,p_effective_date => p_effective_date

Line 1892: ben_person_actions_api.update_person_actions

1888: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
1889: ,p_effective_date => p_effective_date
1890: );
1891: If p_person_action_id is not null then
1892: ben_person_actions_api.update_person_actions
1893: (p_person_action_id => p_person_action_id
1894: ,p_action_status_cd => 'E'
1895: ,p_object_version_number => p_object_version_number
1896: ,p_effective_date => p_effective_date