DBA Data[Home] [Help]

APPS.BEN_BENBATCH_PERSONS dependencies on BEN_BENEFIT_ACTIONS

Line 97: request_id in ben_benefit_actions to the

93: the info. To do this needed to delete errored
94: person_actions.
95: 29-Aug-00 jcarpent 115.30 - same bug. Must delete old error when restart.
96: 06-Sep-00 cdaniels 115.31 - OraBug # 6606. Added logic to update the
97: request_id in ben_benefit_actions to the
98: new concurrent request id generated for the
99: restart. wwbug 1386632.
100: 18-Sep-2000 pbodla 115.32 - Healthnet changes : PB : Added parameter
101: p_lmt_prpnip_by_org_typ_id

Line 2168: update ben_benefit_actions

2164: --
2165: -- Updating ranges from ben_batch_ranges table
2166: -- Rolling back ranges with erred or partially unfinished person actions
2167: --
2168: update ben_benefit_actions
2169: set request_id = fnd_global.conc_request_id
2170: where benefit_action_id = p_benefit_action_id;
2171: --
2172: for r_batch_ranges in c_batch_ranges loop