DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on GMD_EVENT_SPEC_DISP_PVT

Line 1337: GMD_EVENT_SPEC_DISP_PVT.INSERT_ROW(p_event_spec_disp => l_event_spec_disp,

1333: gmd_debug.put_line('Going to insert event spec disp');
1334: END IF;
1335:
1336: IF NOT
1337: GMD_EVENT_SPEC_DISP_PVT.INSERT_ROW(p_event_spec_disp => l_event_spec_disp,
1338: x_event_spec_disp => l_event_spec_disp_out) THEN
1339: gmd_debug.put_line('Sampling Event disposition Creation Failed'); -- Bug # 4576699
1340:
1341: --wf_log_pkg.string(6, 'Dummy','Sampling Event disposition Creation Failed');

Line 1723: GMD_EVENT_SPEC_DISP_PVT.insert_row(

1719: gmd_debug.put_line('Going to insert event spec disp');
1720: END IF;
1721:
1722: IF NOT
1723: GMD_EVENT_SPEC_DISP_PVT.insert_row(
1724:
1725: p_event_spec_disp => l_event_spec_disp,
1726: x_event_spec_disp => l_event_spec_disp_out) THEN
1727: gmd_debug.put_line('Sampling Event disposition Creation Failed'); -- Bug # 4576699

Line 1729: END IF; -- IF NOT GMD_EVENT_SPEC_DISP_PVT.insert_row

1725: p_event_spec_disp => l_event_spec_disp,
1726: x_event_spec_disp => l_event_spec_disp_out) THEN
1727: gmd_debug.put_line('Sampling Event disposition Creation Failed'); -- Bug # 4576699
1728: RAISE FND_API.G_EXC_ERROR;
1729: END IF; -- IF NOT GMD_EVENT_SPEC_DISP_PVT.insert_row
1730:
1731: l_event_spec_disp := l_event_spec_disp_out;
1732:
1733: IF (l_debug = 'Y') THEN

Line 2946: GMD_EVENT_SPEC_DISP_PVT.insert_row(p_event_spec_disp => l_event_spec_disp,

2942: gmd_debug.put_line('Going to insert event spec disp');
2943: END IF;
2944:
2945: IF NOT
2946: GMD_EVENT_SPEC_DISP_PVT.insert_row(p_event_spec_disp => l_event_spec_disp,
2947: x_event_spec_disp => l_event_spec_disp_out) THEN
2948:
2949: RAISE FND_API.G_EXC_ERROR;
2950: END IF;