DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on FND_API

Line 1023: RAISE FND_API.G_EXC_ERROR;

1019: x_sampling_events => l_sampling_events_out) THEN
1020: gmd_debug.put_line('Sampling Event Creation Failed'); -- Bug # 4576699
1021:
1022: --wf_log_pkg.string(6, 'Dummy','Sampling Event Creation Failed');
1023: RAISE FND_API.G_EXC_ERROR;
1024: END IF;
1025:
1026: l_sampling_events := l_sampling_events_out;
1027:

Line 1050: RAISE FND_API.G_EXC_ERROR;

1046: x_return_status => l_return_status,
1047: x_orgn_found => l_orgn_found);
1048:
1049: IF (l_return_status <> 'S') THEN
1050: RAISE FND_API.G_EXC_ERROR;
1051: END IF;
1052:
1053: l_doc_number := quality_config.sample_assignment_type;
1054:

Line 1107: RAISE FND_API.G_EXC_ERROR;

1103: WHEN OTHERS THEN
1104: IF (l_debug = 'Y') THEN
1105: gmd_debug.put_line('Unable to fetch uom_code from mtl_units_of_measure');
1106: END IF;
1107: RAISE FND_API.G_EXC_ERROR;
1108: END;
1109: --End Bug 6807847.
1110:
1111: --RLNAGARA 5334308 Added the IF condition..coz we need to create samples based on Lot qty

Line 1141: RAISE FND_API.G_EXC_ERROR;

1137: IF l_qty_conv = -99999 THEN
1138: IF (l_debug = 'Y') THEN
1139: gmd_debug.put_line('ERROR1 in function INV_CONVERT.inv_um_convert');
1140: END IF;
1141: RAISE FND_API.G_EXC_ERROR;
1142: END IF;
1143:
1144: -- Bug 4896237. svankada. Sample Count = (Trans_qty in sampling plan freq UOM / Per * Sample_cnt)
1145: l_sampling_events.sample_req_cnt := floor(l_qty_conv /

Line 1342: RAISE FND_API.G_EXC_ERROR;

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');
1342: RAISE FND_API.G_EXC_ERROR;
1343: END IF;
1344:
1345: l_event_spec_disp := l_event_spec_disp_out;
1346:

Line 1461: RAISE FND_API.G_EXC_ERROR;

1457: IF NOT
1458: GMD_SAMPLING_EVENTS_PVT.insert_row(p_sampling_events => l_sampling_events,
1459: x_sampling_events => l_sampling_events_out) THEN
1460: gmd_debug.put_line('Sampling Event Creation Failed'); -- Bug # 4576699
1461: RAISE FND_API.G_EXC_ERROR;
1462: END IF;
1463:
1464: l_sampling_events := l_sampling_events_out;
1465:

Line 1483: RAISE FND_API.G_EXC_ERROR;

1479: x_return_status => l_return_status,
1480: x_orgn_found => l_orgn_found);
1481:
1482: IF (l_return_status <> 'S') THEN
1483: RAISE FND_API.G_EXC_ERROR;
1484: END IF;
1485:
1486: l_doc_number := quality_config.sample_assignment_type;
1487:

Line 1556: RAISE FND_API.G_EXC_ERROR;

1552: IF l_qty_conv = -99999 THEN
1553: IF (l_debug = 'Y') THEN
1554: gmd_debug.put_line('ERROR2 in function INV_CONVERT.inv_um_convert');
1555: END IF;
1556: RAISE FND_API.G_EXC_ERROR;
1557: END IF;
1558:
1559: -- Bug 4896237. svankada. Sample Count = (Trans_qty in sampling plan freq UOM / Per * Sample_cnt)
1560: l_sampling_events.sample_req_cnt := FLOOR(l_qty_conv /

Line 1728: RAISE FND_API.G_EXC_ERROR;

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

Line 2666: RAISE FND_API.G_EXC_ERROR;

2662:
2663: IF NOT
2664: GMD_SAMPLING_EVENTS_PVT.insert_row(p_sampling_events => l_sampling_events,
2665: x_sampling_events => l_sampling_events_out) THEN
2666: RAISE FND_API.G_EXC_ERROR;
2667: END IF;
2668:
2669: l_sampling_events := l_sampling_events_out;
2670:

Line 2683: RAISE FND_API.G_EXC_ERROR;

2679: x_return_status => l_return_status,
2680: x_orgn_found => l_orgn_found);
2681:
2682: IF (l_return_status <> 'S') THEN
2683: RAISE FND_API.G_EXC_ERROR;
2684: END IF;
2685:
2686: l_doc_number := quality_config.sample_assignment_type;
2687: IF (l_debug = 'Y') THEN

Line 2760: RAISE FND_API.G_EXC_ERROR;

2756: WHEN OTHERS THEN
2757: IF (l_debug = 'Y') THEN
2758: gmd_debug.put_line('Unable to fetch uom_code from mtl_units_of_measure');
2759: END IF;
2760: RAISE FND_API.G_EXC_ERROR;
2761: END; */
2762:
2763: --End Bug 6807847.
2764:

Line 2781: RAISE FND_API.G_EXC_ERROR;

2777: IF l_qty_conv = -99999 THEN
2778: IF (l_debug = 'Y') THEN
2779: gmd_debug.put_line('ERROR1 in function INV_CONVERT.inv_um_convert');
2780: END IF;
2781: RAISE FND_API.G_EXC_ERROR;
2782: END IF;
2783:
2784: -- Bug 4896237. svankada. Sample Count = (Trans_qty in sampling plan freq UOM / Per * Sample_cnt)
2785: l_sampling_events.sample_req_cnt := floor(l_qty_conv /

Line 2949: RAISE FND_API.G_EXC_ERROR;

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;
2951: l_event_spec_disp := l_event_spec_disp_out;
2952:
2953: IF (l_debug = 'Y') THEN