DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_SAMPLING_EVENTS_PVT

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

4765: -- test for whether sample event id exists because then sampling event fields are needed
4766: IF ((NVL(out_sample.sample_id, 0) <> 0)
4767: AND (NVL(out_sample.sampling_event_id, 0) <> 0)) THEN
4768: in_sampling_event.sampling_event_id := out_sample.sampling_event_id;
4769: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(p_sampling_events => in_sampling_event,
4770: x_sampling_events => out_sampling_event))
4771: THEN
4772: -- Fetch Error.
4773: RAISE e_sampling_event_fetch_error;

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

4833: END IF;
4834:
4835: ELSIF p_type = 'EVENT' THEN -- sampling_event_id is passed
4836: in_sampling_event.sampling_event_id := p_id;
4837: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(p_sampling_events => in_sampling_event,
4838: x_sampling_events => out_sampling_event))
4839: THEN
4840: -- Fetch Error.
4841: RAISE e_sampling_event_fetch_error;