DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_PERSON_ACTIONS_API

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

1425: ,p_effective_date => p_effective_date);
1426: --
1427: If p_person_action_id is not null then
1428: --
1429: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1430: --
1431: ben_person_actions_api.update_person_actions
1432: (p_person_action_id => p_person_action_id
1433: ,p_action_status_cd => 'P'

Line 1431: ben_person_actions_api.update_person_actions

1427: If p_person_action_id is not null then
1428: --
1429: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1430: --
1431: ben_person_actions_api.update_person_actions
1432: (p_person_action_id => p_person_action_id
1433: ,p_action_status_cd => 'P'
1434: ,p_object_version_number => l_object_version_number
1435: ,p_effective_date => p_effective_date);

Line 1470: ben_person_actions_api.update_person_actions

1466: Ben_batch_utils.write(p_text => ' << Transactions Rollbacked >> ');
1467: --
1468: If p_person_action_id is not null then
1469: --
1470: ben_person_actions_api.update_person_actions
1471: (p_person_action_id => p_person_action_id
1472: ,p_action_status_cd => 'E'
1473: ,p_object_version_number => l_object_version_number
1474: ,p_effective_date => p_effective_date);

Line 2034: ben_person_actions_api.create_person_actions

2030: --
2031: -- Either no person sel rule or person selection rule passed. Create a
2032: -- person action row.
2033: --
2034: ben_person_actions_api.create_person_actions
2035: (p_validate => FALSE
2036: ,p_person_action_id => l_person_action_id
2037: ,p_person_id => l_rec.person_id
2038: ,p_benefit_action_id => l_benefit_action_id