DBA Data[Home] [Help]

APPS.GMD_QC_TESTS_PUB dependencies on GMD_CUSTOMER_TESTS_PVT

Line 397: IF NOT GMD_CUSTOMER_TESTS_PVT.INSERT_ROW(

393: -- Set the Who column definitions
394: l_qc_cust_tests_rec.created_by := l_user_id;
395: l_qc_cust_tests_rec.last_updated_by := l_user_id;
396:
397: IF NOT GMD_CUSTOMER_TESTS_PVT.INSERT_ROW(
398: p_customer_tests_rec => l_qc_cust_tests_rec ) THEN
399: RAISE FND_API.G_EXC_ERROR;
400: END IF;
401:

Line 963: IF NOT GMD_CUSTOMER_TESTS_PVT.LOCK_ROW(

959:
960:
961: -- LOCK THE ROW
962:
963: IF NOT GMD_CUSTOMER_TESTS_PVT.LOCK_ROW(
964: p_test_id => l_qc_cust_tests_rec.test_id,
965: p_cust_id => l_qc_cust_tests_rec.cust_id) THEN
966: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',
967: 'l_table_name', 'GMD_CUSTOMER_TESTS',

Line 975: IF NOT GMD_CUSTOMER_TESTS_PVT.DELETE_ROW(

971: END IF;
972:
973: -- Now Delete Row
974:
975: IF NOT GMD_CUSTOMER_TESTS_PVT.DELETE_ROW(
976: p_test_id => l_qc_cust_tests_rec.test_id,
977: p_cust_id => l_qc_cust_tests_rec.cust_id) THEN
978:
979: GMD_API_PUB.Log_Message('GMD_FAILED_TO_DELETE_ROW',