DBA Data[Home] [Help]

APPS.IGS_AD_GEN_014 dependencies on IGS_AD_WF_001

Line 1435: igs_ad_wf_001.wf_raise_event(p_person_id => p_person_id,

1431: CLOSE get_app_source;
1432:
1433: IF v_app_source IN ('WEB_APPL','WEB_STAFF') THEN -- in case the application is created via Self Service then raise the event
1434:
1435: igs_ad_wf_001.wf_raise_event(p_person_id => p_person_id,
1436: p_raised_for => 'SAC'
1437: );
1438: END IF;
1439: END IF;