DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_PERSON_ACTIONS

Line 1432: update ben_person_actions

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