DBA Data[Home] [Help]

APPS.GMD_SS_WFLOW_GRP dependencies on GMD_EVENT_SPEC_DISP_PVT

Line 176: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (

172: commit; */
173: p_event_spec_disp.sampling_event_id :=
174: x_sampling_event.sampling_event_id;
175: x_sampling_event_id := x_sampling_event.sampling_event_id;
176: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (
177: p_event_spec_disp,
178: x_event_spec_disp ) THEN
179: raise fnd_api.g_exc_error;
180: END IF;

Line 459: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (

455: p_event_spec_disp.sampling_event_id :=
456: x_sampling_event.sampling_event_id;
457: p_sample.sampling_event_id :=
458: x_sampling_event.sampling_event_id;
459: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (
460: p_event_spec_disp,
461: x_event_spec_disp ) THEN
462: raise fnd_api.g_exc_error;
463: END IF;

Line 557: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (

553: x_sampling_event.sampling_event_id;
554: p_event_spec_disp.spec_id := tp_rec.spec_id;
555: p_event_spec_disp.spec_vr_id := l_spec_vr_id;
556:
557: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (
558: p_event_spec_disp,
559: x_event_spec_disp ) THEN
560: raise fnd_api.g_exc_error;
561: END IF;

Line 652: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (

648: p_event_spec_disp.sampling_event_id :=
649: x_sampling_event.sampling_event_id;
650: p_sample.sampling_event_id :=
651: x_sampling_event.sampling_event_id;
652: IF not GMD_EVENT_SPEC_DISP_PVT.insert_row (
653: p_event_spec_disp,
654: x_event_spec_disp ) THEN
655: raise fnd_api.g_exc_error;
656: END IF;