[Home] [Help]
1338: --
1339: --
1340: If p_person_action_id is not null then
1341: --
1342: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1343: --
1344: ben_person_actions_api.update_person_actions
1345: (p_person_action_id => p_person_action_id
1346: ,p_action_status_cd => 'P'
1340: If p_person_action_id is not null then
1341: --
1342: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1343: --
1344: ben_person_actions_api.update_person_actions
1345: (p_person_action_id => p_person_action_id
1346: ,p_action_status_cd => 'P'
1347: ,p_object_version_number => p_object_version_number
1348: ,p_effective_date => p_effective_date
1363: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
1364: ,p_effective_date => p_effective_date
1365: );
1366: If p_person_action_id is not null then
1367: ben_person_actions_api.update_person_actions
1368: (p_person_action_id => p_person_action_id
1369: ,p_action_status_cd => 'E'
1370: ,p_object_version_number => p_object_version_number
1371: ,p_effective_date => p_effective_date