DBA Data[Home] [Help]

APPS.PAY_PURGE_PKG dependencies on PAY_RUN_BALANCES

Line 893: update pay_run_balances prb

889: --
890: -- Bug 4595640.
891: -- Update action sequence on run balances.
892: --
893: update pay_run_balances prb
894: set prb.action_sequence = l_action_sequence
895: where prb.assignment_action_id = c1rec.assignment_action_id;
896:
897: l_update_count := l_update_count + 1;