DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_SAMPLING_EVENTS_PVT

Line 604: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (

600:
601:
602: --dbms_output.put_line('before insert se row ');
603:
604: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (
605: p_sampling_events => l_sampling_events,
606: x_sampling_events => l_sampling_events_out) THEN
607: RAISE FND_API.G_EXC_ERROR;
608: END IF;

Line 624: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row

620:
621: -- bug# 2995114
622: l_sampling_event_exist := 'Y' ;
623:
624: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row
625: (
626: p_sampling_event_id => l_sampling_events.sampling_event_id
627: ) THEN
628: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 660: IF NOT GMD_SAMPLING_EVENTS_PVT.fetch_row(

656: LAST_UPDATED_BY = l_user_id,
657: LAST_UPDATE_DATE = l_date
658: WHERE SAMPLING_EVENT_ID = l_sampling_events.sampling_event_id;
659:
660: IF NOT GMD_SAMPLING_EVENTS_PVT.fetch_row(
661: p_sampling_events => l_sampling_events,
662: x_sampling_events => l_sampling_events_out) THEN
663: RAISE FND_API.G_EXC_ERROR;
664: END IF;

Line 1363: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row

1359:
1360: IF l_qc_samples_out_rec.sample_disposition NOT IN ('0RT','7CN') THEN
1361:
1362: -- Lock Sampling event row
1363: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row
1364: ( p_sampling_event_id => l_qc_samples_out_rec.sampling_event_id
1365: ) THEN
1366: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',
1367: 'l_table_name', 'GMD_SAMPLING_EVENTS',