DBA Data[Home] [Help]

APPS.IGS_AD_OFFRESP_STATUS_WF dependencies on IGS_AD_GEN_008

Line 261: IF igs_ad_gen_008.admp_get_saors(l_new_offer_resp_status) = 'ACCEPTED' THEN

257:
258: --If the Single Response is set, then set the Workflow attributes appropriately and return 'Y'
259: --Else return 'N'
260:
261: IF igs_ad_gen_008.admp_get_saors(l_new_offer_resp_status) = 'ACCEPTED' THEN
262: --Fetch the Single Response flag set for the current Admission Period / APC combination.
263: OPEN get_single_response (l_person_id, l_admission_appl_number,v_admission_cat,v_s_admission_process_type);
264: FETCH get_single_response INTO l_single_response_flag;
265: CLOSE get_single_response;