DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BEN_PERSON_ACTIONS_API

Line 1371: ben_person_actions_api.update_person_actions

1367: if p_person_action_id is not null then
1368: --
1369: -- update the person action status to processed.
1370: --
1371: ben_person_actions_api.update_person_actions
1372: (p_person_action_id => p_person_action_id
1373: ,p_action_status_cd => 'P'
1374: ,p_object_version_number => l_pers_ovn
1375: ,p_effective_date => p_effective_date);

Line 1423: ben_person_actions_api.update_person_actions

1419: -- Update the person action status code to errored.
1420: --
1421: if p_person_action_id is not null then
1422: --
1423: ben_person_actions_api.update_person_actions
1424: (p_person_action_id => p_person_action_id
1425: ,p_action_status_cd => 'E'
1426: ,p_object_version_number => l_pers_ovn
1427: ,p_effective_date => p_effective_date);

Line 2190: ben_person_actions_api.create_person_actions

2186: --
2187: -- Either no person sel rule or person selection rule passed. Create a
2188: -- person action row.
2189: --
2190: ben_person_actions_api.create_person_actions
2191: (p_validate => FALSE
2192: ,p_person_action_id => l_person_action_id
2193: ,p_person_id => l_perid_va(i)
2194: ,p_ler_id => l_pilid_va(i)