DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_SAMPLING_EVENTS_PVT

Line 688: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (

684:
685:
686: --dbms_output.put_line('before insert se row ');
687:
688: IF NOT GMD_SAMPLING_EVENTS_PVT.insert_row (
689: p_sampling_events => l_sampling_events,
690: x_sampling_events => l_sampling_events_out) THEN
691: RAISE FND_API.G_EXC_ERROR;
692: END IF;

Line 708: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row

704:
705: -- bug# 2995114
706: l_sampling_event_exist := 'Y' ;
707:
708: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row
709: (
710: p_sampling_event_id => l_sampling_events.sampling_event_id
711: ) THEN
712: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 744: IF NOT GMD_SAMPLING_EVENTS_PVT.fetch_row(

740: LAST_UPDATED_BY = l_user_id,
741: LAST_UPDATE_DATE = l_date
742: WHERE SAMPLING_EVENT_ID = l_sampling_events.sampling_event_id;
743:
744: IF NOT GMD_SAMPLING_EVENTS_PVT.fetch_row(
745: p_sampling_events => l_sampling_events,
746: x_sampling_events => l_sampling_events_out) THEN
747: RAISE FND_API.G_EXC_ERROR;
748: END IF;

Line 1447: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row

1443:
1444: IF l_qc_samples_out_rec.sample_disposition NOT IN ('0RT','7CN') THEN
1445:
1446: -- Lock Sampling event row
1447: IF NOT GMD_SAMPLING_EVENTS_PVT.lock_row
1448: ( p_sampling_event_id => l_qc_samples_out_rec.sampling_event_id
1449: ) THEN
1450: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',
1451: 'l_table_name', 'GMD_SAMPLING_EVENTS',