DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on WF_EVENT

Line 52: Moved the call to wf_event.raise call to the end of the create_batch

48: This fix was to correct the algorithm for deriving the scale factor when creating a batch by
49: 'PRODUCT'. Prior to this fix the code did not treat fixed scale products differently from
50: linear scale products.
51: K. swapna 10/21/2008 Bug 7493614
52: Moved the call to wf_event.raise call to the end of the create_batch
53: procedure as the sample can be created at the end of the batch creation.
54: ********************************************************* */
55:
56: /************************************************************

Line 2501: wf_event.RAISE (p_event_name => gme_common_pvt.G_BATCH_CREATED

2497: END IF;
2498: END IF ;
2499: /*Bug#7493614 moved the workflow event call to the end of the batch
2500: create procedure */
2501: wf_event.RAISE (p_event_name => gme_common_pvt.G_BATCH_CREATED
2502: ,p_event_key => x_batch_header_rec.batch_id);
2503: IF g_debug <= gme_debug.g_log_procedure THEN
2504: gme_debug.put_line ('Exiting api ' || g_pkg_name || '.' || l_api_name);
2505: END IF;