DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on GMD_EVENT_SPEC_DISP_PVT

Line 1159: IF NOT GMD_EVENT_SPEC_DISP_PVT.INSERT_ROW(

1155: IF (l_debug = 'Y') THEN
1156: gmd_debug.put_line('Going to insert event spec disp');
1157: END IF;
1158:
1159: IF NOT GMD_EVENT_SPEC_DISP_PVT.INSERT_ROW(
1160: p_event_spec_disp =>l_event_spec_disp,
1161: x_event_spec_disp =>l_event_spec_disp_out) THEN
1162: gmd_debug.put_line ('Sampling Event disposition Creation Failed'); -- Bug # 4576699
1163:

Line 1538: IF NOT GMD_EVENT_SPEC_DISP_PVT.insert_row(

1534: IF (l_debug = 'Y') THEN
1535: gmd_debug.put_line('Going to insert event spec disp');
1536: END IF;
1537:
1538: IF NOT GMD_EVENT_SPEC_DISP_PVT.insert_row(
1539:
1540: p_event_spec_disp =>l_event_spec_disp,
1541: x_event_spec_disp =>l_event_spec_disp_out) THEN
1542: gmd_debug.put_line ('Sampling Event disposition Creation Failed'); -- Bug # 4576699

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

1540: p_event_spec_disp =>l_event_spec_disp,
1541: x_event_spec_disp =>l_event_spec_disp_out) THEN
1542: gmd_debug.put_line ('Sampling Event disposition Creation Failed'); -- Bug # 4576699
1543: RAISE FND_API.G_EXC_ERROR;
1544: END IF; -- IF NOT GMD_EVENT_SPEC_DISP_PVT.insert_row
1545:
1546: l_event_spec_disp := l_event_spec_disp_out ;
1547:
1548: IF (l_debug = 'Y') THEN

Line 2572: IF NOT GMD_EVENT_SPEC_DISP_PVT.insert_row(

2568: IF (l_debug = 'Y') THEN
2569: gmd_debug.put_line('Going to insert event spec disp');
2570: END IF;
2571:
2572: IF NOT GMD_EVENT_SPEC_DISP_PVT.insert_row(
2573: p_event_spec_disp =>l_event_spec_disp,
2574: x_event_spec_disp =>l_event_spec_disp_out) THEN
2575:
2576: RAISE FND_API.G_EXC_ERROR;