DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BEN_PERSON_ACTIONS_API

Line 1411: ben_person_actions_api.update_person_actions

1407: if p_person_action_id is not null then
1408: --
1409: -- update the person action status to processed.
1410: --
1411: ben_person_actions_api.update_person_actions
1412: (p_person_action_id => p_person_action_id
1413: ,p_action_status_cd => 'P'
1414: ,p_object_version_number => l_pers_ovn
1415: ,p_effective_date => p_effective_date);

Line 1463: ben_person_actions_api.update_person_actions

1459: -- Update the person action status code to errored.
1460: --
1461: if p_person_action_id is not null then
1462: --
1463: ben_person_actions_api.update_person_actions
1464: (p_person_action_id => p_person_action_id
1465: ,p_action_status_cd => 'E'
1466: ,p_object_version_number => l_pers_ovn
1467: ,p_effective_date => p_effective_date);

Line 2230: ben_person_actions_api.create_person_actions

2226: --
2227: -- Either no person sel rule or person selection rule passed. Create a
2228: -- person action row.
2229: --
2230: ben_person_actions_api.create_person_actions
2231: (p_validate => FALSE
2232: ,p_person_action_id => l_person_action_id
2233: ,p_person_id => l_perid_va(i)
2234: ,p_ler_id => l_pilid_va(i)