DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on WF_EVENT

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

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

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

2785: END IF;
2786: END IF ;
2787: /*Bug#7493614 moved the workflow event call to the end of the batch
2788: create procedure */
2789: wf_event.RAISE (p_event_name => gme_common_pvt.G_BATCH_CREATED
2790: ,p_event_key => x_batch_header_rec.batch_id);
2791: IF g_debug <= gme_debug.g_log_procedure THEN
2792: gme_debug.put_line ('Exiting api ' || g_pkg_name || '.' || l_api_name);
2793: END IF;