DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on BEN_PERSON_ACTIONS_API

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

1351: --
1352: --
1353: If p_person_action_id is not null then
1354: --
1355: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1356: --
1357: ben_person_actions_api.update_person_actions
1358: (p_person_action_id => p_person_action_id
1359: ,p_action_status_cd => 'P'

Line 1357: ben_person_actions_api.update_person_actions

1353: If p_person_action_id is not null then
1354: --
1355: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1356: --
1357: ben_person_actions_api.update_person_actions
1358: (p_person_action_id => p_person_action_id
1359: ,p_action_status_cd => 'P'
1360: ,p_object_version_number => p_object_version_number
1361: ,p_effective_date => p_effective_date

Line 1380: ben_person_actions_api.update_person_actions

1376: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
1377: ,p_effective_date => p_effective_date
1378: );
1379: If p_person_action_id is not null then
1380: ben_person_actions_api.update_person_actions
1381: (p_person_action_id => p_person_action_id
1382: ,p_action_status_cd => 'E'
1383: ,p_object_version_number => p_object_version_number
1384: ,p_effective_date => p_effective_date