DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on BEN_PERSON_ACTIONS_API

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

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'

Line 1344: ben_person_actions_api.update_person_actions

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

Line 1367: ben_person_actions_api.update_person_actions

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