DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_SAMPLES_PVT

Line 702: IF NOT GMD_SAMPLES_PVT.insert_row (

698: l_qc_samples_rec.sample_inv_trans_ind := NULL ;
699: END IF;
700:
701:
702: IF NOT GMD_SAMPLES_PVT.insert_row (
703: p_samples => l_qc_samples_rec,
704: x_samples => l_qc_samples_out_rec) THEN
705: RAISE FND_API.G_EXC_ERROR;
706:

Line 1322: IF NOT GMD_SAMPLES_PVT.fetch_row (

1318:
1319:
1320: -- Fetch the Test Header Row.
1321:
1322: IF NOT GMD_SAMPLES_PVT.fetch_row (
1323: p_samples => p_qc_samples_rec,
1324: x_samples => l_qc_samples_out_rec) THEN
1325: -- dbms_output.put_line('Sample Record Not Found');
1326: RAISE FND_API.G_EXC_ERROR;

Line 1343: IF NOT GMD_SAMPLES_PVT.delete_row(

1339:
1340: -- Mark this record for Purge, this routine will also lock the row.
1341:
1342: -- dbms_output.put_line('Delete Row');
1343: IF NOT GMD_SAMPLES_PVT.delete_row(
1344: p_sample_id => l_qc_samples_out_rec.sample_id,
1345: p_organization_id => l_qc_samples_out_rec.organization_id,
1346: p_sample_no => l_qc_samples_out_rec.sample_no
1347: ) THEN