DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_SAMPLING_EVENTS_PVT

Line 357: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(

353:
354: -- Now that we have sampling_event_id, fetch the sampling event record
355: -- l_sampling_event.sampling_event_id := p_sample.sampling_event_id;
356: l_in_sampling_event.sampling_event_id := p_sample.sampling_event_id;
357: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(
358: p_sampling_events => l_in_sampling_event,
359: x_sampling_events => l_sampling_event)
360: )
361: THEN

Line 1493: IF NOT (gmd_sampling_events_pvt.fetch_row(

1489:
1490:
1491: -- Fetch the Sampling Event Record
1492: l_in_sampling_event.sampling_event_id := l_sample.sampling_event_id;
1493: IF NOT (gmd_sampling_events_pvt.fetch_row(
1494: p_sampling_events => l_in_sampling_event,
1495: x_sampling_events => l_sampling_event)
1496: )
1497: THEN

Line 6417: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(

6413: END IF;
6414:
6415: -- Get the sampling event record
6416: l_sampling_event_in.sampling_event_id := l_sample.sampling_event_id;
6417: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(
6418: p_sampling_events => l_sampling_event_in,
6419: x_sampling_events => l_sampling_event)
6420: )
6421: THEN

Line 7316: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(

7312: x_return_status := FND_API.G_RET_STS_SUCCESS;
7313:
7314: -- Now that we have sampling_event_id, fetch the sampling event record
7315: l_in_sampling_event.sampling_event_id := p_sampling_event_id;
7316: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(
7317: p_sampling_events => l_in_sampling_event,
7318: x_sampling_events => l_sampling_event)
7319: )
7320: THEN