DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_SAMPLES_PVT

Line 786: IF NOT GMD_SAMPLES_PVT.insert_row (

782: l_qc_samples_rec.sample_inv_trans_ind := NULL ;
783: END IF;
784:
785:
786: IF NOT GMD_SAMPLES_PVT.insert_row (
787: p_samples => l_qc_samples_rec,
788: x_samples => l_qc_samples_out_rec) THEN
789: RAISE FND_API.G_EXC_ERROR;
790:

Line 1406: IF NOT GMD_SAMPLES_PVT.fetch_row (

1402:
1403:
1404: -- Fetch the Test Header Row.
1405:
1406: IF NOT GMD_SAMPLES_PVT.fetch_row (
1407: p_samples => p_qc_samples_rec,
1408: x_samples => l_qc_samples_out_rec) THEN
1409: -- dbms_output.put_line('Sample Record Not Found');
1410: RAISE FND_API.G_EXC_ERROR;

Line 1427: IF NOT GMD_SAMPLES_PVT.delete_row(

1423:
1424: -- Mark this record for Purge, this routine will also lock the row.
1425:
1426: -- dbms_output.put_line('Delete Row');
1427: IF NOT GMD_SAMPLES_PVT.delete_row(
1428: p_sample_id => l_qc_samples_out_rec.sample_id,
1429: p_organization_id => l_qc_samples_out_rec.organization_id,
1430: p_sample_no => l_qc_samples_out_rec.sample_no
1431: ) THEN