DBA Data[Home] [Help]

APPS.IGS_AD_IMP_UH_TST_PKG dependencies on IGS_AD_TEST_RESULTS_PKG

Line 271: igs_ad_test_results_pkg.insert_row

267: --
268: -- DLD_adsr_Test_Scores
269: -- 7. Call IGS_AD_TEST_RESULTS.INSERT_ROW(
270: --
271: igs_ad_test_results_pkg.insert_row
272: (
273: X_ROWID => l_tst_rowid,
274: X_TEST_RESULTS_ID => l_test_results_id,
275: X_PERSON_ID => c_tst_rec.person_id,

Line 329: igs_ad_test_results_pkg.update_row

325: IF c_tst_rec.active_ind = 'Y' THEN
326: FOR c_other_test_rec IN c_other_test_cur ( c_tst_rec.test_type, l_test_results_id) LOOP
327: -- Update Active Ind Begin
328: BEGIN
329: igs_ad_test_results_pkg.update_row
330: (
331: X_ROWID => c_other_test_rec.rowid,
332: X_TEST_RESULTS_ID => c_other_test_rec.test_results_id,
333: X_PERSON_ID => c_other_test_rec.person_id,