DBA Data[Home] [Help]

APPS.WF_PUB_ICC dependencies on EGO_PUB_BAT_STATUS_B

Line 305: update EGO_PUB_BAT_STATUS_B

301: else
302: l_message:='Errors happened while sending email notification.';
303: end if;
304:
305: update EGO_PUB_BAT_STATUS_B
306: set status_code =l_sys_status,
307: message =l_message
308: where batch_id=l_batch_id
309: and system_code=l_pub_system;