DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_SAMPLING_EVENTS_PVT

Line 309: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(

305:
306: -- Now that we have sampling_event_id, fetch the sampling event record
307: -- l_sampling_event.sampling_event_id := p_sample.sampling_event_id;
308: l_in_sampling_event.sampling_event_id := p_sample.sampling_event_id;
309: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(
310: p_sampling_events => l_in_sampling_event,
311: x_sampling_events => l_sampling_event)
312: )
313: THEN

Line 1417: IF NOT (gmd_sampling_events_pvt.fetch_row(

1413:
1414:
1415: -- Fetch the Sampling Event Record
1416: l_in_sampling_event.sampling_event_id := l_sample.sampling_event_id;
1417: IF NOT (gmd_sampling_events_pvt.fetch_row(
1418: p_sampling_events => l_in_sampling_event,
1419: x_sampling_events => l_sampling_event)
1420: )
1421: THEN

Line 6155: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(

6151: END IF;
6152:
6153: -- Get the sampling event record
6154: l_sampling_event_in.sampling_event_id := l_sample.sampling_event_id;
6155: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(
6156: p_sampling_events => l_sampling_event_in,
6157: x_sampling_events => l_sampling_event)
6158: )
6159: THEN

Line 6939: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(

6935: x_return_status := FND_API.G_RET_STS_SUCCESS;
6936:
6937: -- Now that we have sampling_event_id, fetch the sampling event record
6938: l_in_sampling_event.sampling_event_id := p_sampling_event_id;
6939: IF NOT (GMD_SAMPLING_EVENTS_PVT.fetch_row(
6940: p_sampling_events => l_in_sampling_event,
6941: x_sampling_events => l_sampling_event)
6942: )
6943: THEN