DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on FND_API

Line 876: RAISE FND_API.G_EXC_ERROR;

872: x_sampling_events => l_sampling_events_out) THEN
873: gmd_debug.put_line ('Sampling Event Creation Failed'); -- Bug # 4576699
874:
875: --wf_log_pkg.string(6, 'Dummy','Sampling Event Creation Failed');
876: RAISE FND_API.G_EXC_ERROR;
877: END IF;
878:
879: l_sampling_events := l_sampling_events_out ;
880:

Line 903: RAISE FND_API.G_EXC_ERROR;

899: , x_return_status => l_return_status
900: , x_orgn_found => l_orgn_found );
901:
902: IF (l_return_status <> 'S') THEN
903: RAISE FND_API.G_EXC_ERROR;
904: END IF;
905:
906: l_doc_number := quality_config.sample_assignment_type;
907:

Line 958: RAISE FND_API.G_EXC_ERROR;

954: WHEN OTHERS THEN
955: IF (l_debug = 'Y') THEN
956: gmd_debug.put_line('Unable to fetch uom_code from mtl_units_of_measure');
957: END IF;
958: RAISE FND_API.G_EXC_ERROR;
959: END;
960: --End Bug 6807847.
961:
962: --RLNAGARA 5334308 Added the IF condition..coz we need to create samples based on Lot qty

Line 992: RAISE FND_API.G_EXC_ERROR;

988: IF l_qty_conv = -99999 THEN
989: IF (l_debug = 'Y') THEN
990: gmd_debug.put_line('ERROR1 in function INV_CONVERT.inv_um_convert');
991: END IF;
992: RAISE FND_API.G_EXC_ERROR;
993: END IF;
994:
995: -- Bug 4896237. svankada. Sample Count = (Trans_qty in sampling plan freq UOM / Per * Sample_cnt)
996: l_sampling_events.sample_req_cnt := floor(l_qty_conv / l_frequency_count) * l_sample_count;

Line 1165: RAISE FND_API.G_EXC_ERROR;

1161: x_event_spec_disp =>l_event_spec_disp_out) THEN
1162: gmd_debug.put_line ('Sampling Event disposition Creation Failed'); -- Bug # 4576699
1163:
1164: --wf_log_pkg.string(6, 'Dummy','Sampling Event disposition Creation Failed');
1165: RAISE FND_API.G_EXC_ERROR;
1166: END IF;
1167:
1168: l_event_spec_disp := l_event_spec_disp_out ;
1169:

Line 1294: RAISE FND_API.G_EXC_ERROR;

1290: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (
1291: p_sampling_events => l_sampling_events,
1292: x_sampling_events => l_sampling_events_out) THEN
1293: gmd_debug.put_line ('Sampling Event Creation Failed'); -- Bug # 4576699
1294: RAISE FND_API.G_EXC_ERROR;
1295: END IF;
1296:
1297: l_sampling_events := l_sampling_events_out ;
1298:

Line 1316: RAISE FND_API.G_EXC_ERROR;

1312: , x_return_status => l_return_status
1313: , x_orgn_found => l_orgn_found );
1314:
1315: IF (l_return_status <> 'S') THEN
1316: RAISE FND_API.G_EXC_ERROR;
1317: END IF;
1318:
1319: l_doc_number := quality_config.sample_assignment_type;
1320:

Line 1390: RAISE FND_API.G_EXC_ERROR;

1386: IF l_qty_conv = -99999 THEN
1387: IF (l_debug = 'Y') THEN
1388: gmd_debug.put_line('ERROR2 in function INV_CONVERT.inv_um_convert');
1389: END IF;
1390: RAISE FND_API.G_EXC_ERROR;
1391: END IF;
1392:
1393: -- Bug 4896237. svankada. Sample Count = (Trans_qty in sampling plan freq UOM / Per * Sample_cnt)
1394: l_sampling_events.sample_req_cnt := FLOOR (l_qty_conv / l_frequency_count) * l_sample_count;

Line 1543: RAISE FND_API.G_EXC_ERROR;

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
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:

Line 2377: RAISE FND_API.G_EXC_ERROR;

2373:
2374: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (
2375: p_sampling_events => l_sampling_events,
2376: x_sampling_events => l_sampling_events_out) THEN
2377: RAISE FND_API.G_EXC_ERROR;
2378: END IF;
2379:
2380: l_sampling_events := l_sampling_events_out ;
2381:

Line 2394: RAISE FND_API.G_EXC_ERROR;

2390: , x_return_status => l_return_status
2391: , x_orgn_found => l_orgn_found );
2392:
2393: IF (l_return_status <> 'S') THEN
2394: RAISE FND_API.G_EXC_ERROR;
2395: END IF;
2396:
2397: l_doc_number := quality_config.sample_assignment_type;
2398: IF (l_debug = 'Y') THEN

Line 2576: RAISE FND_API.G_EXC_ERROR;

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;
2577: END IF;
2578: l_event_spec_disp := l_event_spec_disp_out ;
2579:
2580: IF (l_debug = 'Y') THEN