DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_PERSON_ACTIONS_API

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

1285: ,p_effective_date => p_effective_date);
1286: --
1287: If p_person_action_id is not null then
1288: --
1289: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1290: --
1291: ben_person_actions_api.update_person_actions
1292: (p_person_action_id => p_person_action_id
1293: ,p_action_status_cd => 'P'

Line 1291: ben_person_actions_api.update_person_actions

1287: If p_person_action_id is not null then
1288: --
1289: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
1290: --
1291: ben_person_actions_api.update_person_actions
1292: (p_person_action_id => p_person_action_id
1293: ,p_action_status_cd => 'P'
1294: ,p_object_version_number => l_object_version_number
1295: ,p_effective_date => p_effective_date);

Line 1330: ben_person_actions_api.update_person_actions

1326: Ben_batch_utils.write(p_text => ' << Transactions Rollbacked >> ');
1327: --
1328: If p_person_action_id is not null then
1329: --
1330: ben_person_actions_api.update_person_actions
1331: (p_person_action_id => p_person_action_id
1332: ,p_action_status_cd => 'E'
1333: ,p_object_version_number => l_object_version_number
1334: ,p_effective_date => p_effective_date);

Line 1894: ben_person_actions_api.create_person_actions

1890: --
1891: -- Either no person sel rule or person selection rule passed. Create a
1892: -- person action row.
1893: --
1894: ben_person_actions_api.create_person_actions
1895: (p_validate => FALSE
1896: ,p_person_action_id => l_person_action_id
1897: ,p_person_id => l_rec.person_id
1898: ,p_benefit_action_id => l_benefit_action_id