DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on GMD_SAMPLING_EVENTS_PVT

Line 870: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (

866: /* Added missing PO Receiving information */
867: l_sampling_events.receipt_id := L_shipment_header_id;
868: l_sampling_events.receipt_line_id := L_receipt_line_id;
869:
870: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (
871: p_sampling_events => l_sampling_events,
872: x_sampling_events => l_sampling_events_out) THEN
873: gmd_debug.put_line ('Sampling Event Creation Failed'); -- Bug # 4576699
874:

Line 1290: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (

1286: IF (l_debug = 'Y') THEN
1287: gmd_debug.put_line('Going to insert sample event');
1288: END IF;
1289:
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;

Line 2374: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (

2370: l_sampling_events.LAST_UPDATED_BY := FND_GLOBAL.USER_ID;
2371: l_sampling_events.LAST_UPDATE_DATE := SYSDATE;
2372: --wf_log_pkg.string(6, 'Dummy','Before Creating the Sampling Event');
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;