DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_EVENT_SPEC_DISP_PVT

Line 433: IF NOT(gmd_event_spec_disp_pvt.insert_row(

429: l_event_spec_disp.last_update_date := l_date;
430: l_event_spec_disp.last_updated_by := l_user_id;
431:
432: -- We are ready for insert in GMD_EVENT_SPEC_DISP, so then lets do it.
433: IF NOT(gmd_event_spec_disp_pvt.insert_row(
434: p_event_spec_disp => l_event_spec_disp,
435: x_event_spec_disp => l_out_event_spec_disp)
436: )
437: THEN

Line 446: IF NOT(gmd_event_spec_disp_pvt.fetch_row(

442: ELSE
443: -- Fetch the GMD_EVENT_SPEC_DISP record
444: -- l_event_spec_disp.event_spec_disp_id := l_event_spec_disp_id;
445: l_in_event_spec_disp.event_spec_disp_id := l_event_spec_disp_id;
446: IF NOT(gmd_event_spec_disp_pvt.fetch_row(
447: p_event_spec_disp => l_in_event_spec_disp,
448: x_event_spec_disp => l_event_spec_disp)
449: )
450: THEN

Line 1526: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(

1522: -- Fetch the Event Spec Record
1523: IF p_event_spec_disp_id IS NOT NULL THEN
1524: -- l_event_spec_disp.event_spec_disp_id := p_event_spec_disp_id;
1525: l_in_event_spec_disp.event_spec_disp_id := p_event_spec_disp_id;
1526: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(
1527: p_event_spec_disp => l_in_event_spec_disp,
1528: x_event_spec_disp => l_event_spec_disp)
1529: )
1530: THEN

Line 2380: IF NOT(GMD_EVENT_SPEC_DISP_PVT.Insert_Row(

2376: l_event_spec_disp.LAST_UPDATE_DATE := l_date;
2377: l_event_spec_disp.LAST_UPDATED_BY := l_user_id;
2378:
2379: -- We are ready for insert in GMD_EVENT_SPEC_DISP, so then lets do it.
2380: IF NOT(GMD_EVENT_SPEC_DISP_PVT.Insert_Row(
2381: p_event_spec_disp => l_event_spec_disp,
2382: x_event_spec_disp => l_out_event_spec_disp)
2383: )
2384: THEN

Line 6430: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(

6426: -- Check if we already have a record in GMD_EVENT_SPEC_DISP
6427: l_event_spec_disp_in.event_spec_disp_id := get_current_event_spec_disp_id(
6428: l_sampling_event.sampling_event_id);
6429: -- Get the event spec disp record
6430: IF NOT (GMD_EVENT_SPEC_DISP_PVT.fetch_row(
6431: p_event_spec_disp => l_event_spec_disp_in,
6432: x_event_spec_disp => l_event_spec_disp)
6433: )
6434: THEN