DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_SAMPLING_EVENTS_PVT

Line 5427: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(p_sampling_events => in_sampling_event,

5423: -- test for whether sample event id exists because then sampling event fields are needed
5424: IF ((NVL(out_sample.sample_id, 0) <> 0)
5425: AND (NVL(out_sample.sampling_event_id, 0) <> 0)) THEN
5426: in_sampling_event.sampling_event_id := out_sample.sampling_event_id;
5427: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(p_sampling_events => in_sampling_event,
5428: x_sampling_events => out_sampling_event))
5429: THEN
5430: -- Fetch Error.
5431: RAISE e_sampling_event_fetch_error;

Line 5495: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(p_sampling_events => in_sampling_event,

5491: END IF;
5492:
5493: ELSIF p_type = 'EVENT' THEN -- sampling_event_id is passed
5494: in_sampling_event.sampling_event_id := p_id;
5495: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(p_sampling_events => in_sampling_event,
5496: x_sampling_events => out_sampling_event))
5497: THEN
5498: -- Fetch Error.
5499: RAISE e_sampling_event_fetch_error;