DBA Data[Home] [Help]

APPS.GMD_QC_TESTS_PUB dependencies on GMD_QC_TESTS_GRP

Line 171: IF gmd_qc_tests_grp.test_group_order_exist(

167:
168: -- Adding the following validation to check if the test group order passed is unique or not.
169: -- Ravi Boddu Test Groups Enhancement Bug no: 3447472
170: IF (p_qc_tests_rec.test_class IS NOT NULL and p_qc_tests_rec.test_group_order IS NOT NULL) THEN
171: IF gmd_qc_tests_grp.test_group_order_exist(
172: p_init_msg_list,
173: p_qc_tests_rec.test_class,
174: p_qc_tests_rec.test_group_order) THEN
175: GMD_API_PUB.log_message('SY_WFDUPLICATE');

Line 180: GMD_QC_TESTS_GRP.VALIDATE_BEFORE_INSERT(

176: RAISE FND_API.G_EXC_ERROR;
177: END IF;
178: END IF;
179:
180: GMD_QC_TESTS_GRP.VALIDATE_BEFORE_INSERT(
181: p_gmd_qc_tests_rec => l_qc_tests_rec_in,
182: x_gmd_qc_tests_rec => l_qc_tests_rec,
183: x_return_status => l_return_status,
184: x_message_data => l_msg_data);

Line 205: GMD_QC_TESTS_GRP.PROCESS_AFTER_INSERT(

201: END IF;
202:
203: -- Call Validate After Insert
204:
205: GMD_QC_TESTS_GRP.PROCESS_AFTER_INSERT(
206: p_init_msg_list => p_init_msg_list,
207: p_gmd_qc_tests_rec => l_qc_tests_rec,
208: x_return_status => x_return_status,
209: x_message_data => x_msg_data