DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_MAP_OFF_RESP

Line 1599: FROM igs_uc_map_off_resp

1595: CURSOR cur_map_offr_resp( p_decision igs_uc_app_choices.decision%TYPE,
1596: p_reply igs_uc_app_choices.reply%TYPE,
1597: p_system_code igs_uc_app_choices.system_code%TYPE) IS
1598: SELECT adm_offer_resp_status
1599: FROM igs_uc_map_off_resp
1600: WHERE system_code = p_system_code
1601: AND decision_code = p_decision
1602: AND reply_code = p_reply
1603: AND closed_ind <> 'Y';