DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_PVT dependencies on PJI_MERGE_BATCH_STATUS

Line 14005: update pji_merge_batch_status

14001: delete /*+ parallel(pji_merge_helper) */
14002: from pji_merge_helper
14003: where batch_id = p_batch_id;
14004:
14005: update pji_merge_batch_status
14006: set request_status = 'COMPLETED'
14007: where batch_id = p_batch_id;
14008:
14009: commit;