DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_PERSON_ACTIONS

Line 1435: update ben_person_actions

1431: end loop;
1432: --
1433: forall l_count in 1..l_num_recs
1434: --
1435: update ben_person_actions
1436: set action_status_cd = l_var1_col(l_count),
1437: object_version_number = l_num2_col(l_count)
1438: where person_action_id = l_num1_col(l_count);
1439: --