DBA Data[Home] [Help]

APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_WF_001

Line 771: igs_ad_wf_001.TESTSCORE_CRT_EVENT

767:
768: IF (p_action = 'INSERT') THEN
769: -- Call all the procedures related to After Insert.
770: --Raise the buisness event
771: igs_ad_wf_001.TESTSCORE_CRT_EVENT
772: (
773: P_TEST_RESULTS_ID => new_references.test_results_id,
774: P_PERSON_ID => new_references.person_id,
775: P_ACTIVE_IND => new_references.active_ind

Line 780: igs_ad_wf_001.TESTSCORE_UPD_EVENT

776: );
777: ELSIF (p_action = 'UPDATE') THEN
778: -- Call all the procedures related to After Update.
779: --Raise the buisness event
780: igs_ad_wf_001.TESTSCORE_UPD_EVENT
781: (
782: P_TEST_RESULTS_ID => new_references.test_results_id,
783: P_PERSON_ID => new_references.person_id,
784: P_ACTIVE_IND_NEW => new_references.active_ind,