DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_EVENT_SPEC_DISP_PVT

Line 385: IF NOT(gmd_event_spec_disp_pvt.insert_row(

381: l_event_spec_disp.last_update_date := l_date;
382: l_event_spec_disp.last_updated_by := l_user_id;
383:
384: -- We are ready for insert in GMD_EVENT_SPEC_DISP, so then lets do it.
385: IF NOT(gmd_event_spec_disp_pvt.insert_row(
386: p_event_spec_disp => l_event_spec_disp,
387: x_event_spec_disp => l_out_event_spec_disp)
388: )
389: THEN

Line 398: IF NOT(gmd_event_spec_disp_pvt.fetch_row(

394: ELSE
395: -- Fetch the GMD_EVENT_SPEC_DISP record
396: -- l_event_spec_disp.event_spec_disp_id := l_event_spec_disp_id;
397: l_in_event_spec_disp.event_spec_disp_id := l_event_spec_disp_id;
398: IF NOT(gmd_event_spec_disp_pvt.fetch_row(
399: p_event_spec_disp => l_in_event_spec_disp,
400: x_event_spec_disp => l_event_spec_disp)
401: )
402: THEN

Line 1450: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(

1446: -- Fetch the Event Spec Record
1447: IF p_event_spec_disp_id IS NOT NULL THEN
1448: -- l_event_spec_disp.event_spec_disp_id := p_event_spec_disp_id;
1449: l_in_event_spec_disp.event_spec_disp_id := p_event_spec_disp_id;
1450: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(
1451: p_event_spec_disp => l_in_event_spec_disp,
1452: x_event_spec_disp => l_event_spec_disp)
1453: )
1454: THEN

Line 2279: IF NOT(GMD_EVENT_SPEC_DISP_PVT.Insert_Row(

2275: l_event_spec_disp.LAST_UPDATE_DATE := l_date;
2276: l_event_spec_disp.LAST_UPDATED_BY := l_user_id;
2277:
2278: -- We are ready for insert in GMD_EVENT_SPEC_DISP, so then lets do it.
2279: IF NOT(GMD_EVENT_SPEC_DISP_PVT.Insert_Row(
2280: p_event_spec_disp => l_event_spec_disp,
2281: x_event_spec_disp => l_out_event_spec_disp)
2282: )
2283: THEN

Line 6168: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(

6164: -- Check if we already have a record in GMD_EVENT_SPEC_DISP
6165: l_event_spec_disp_in.event_spec_disp_id := get_current_event_spec_disp_id(
6166: l_sampling_event.sampling_event_id);
6167: -- Get the event spec disp record
6168: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(
6169: p_event_spec_disp => l_event_spec_disp_in,
6170: x_event_spec_disp => l_event_spec_disp)
6171: )
6172: THEN