DBA Data[Home] [Help]

APPS.IGS_PR_GEN_005 dependencies on IGS_RU_NAMED_RULE

Line 184: v_rule_text igs_ru_named_rule.rule_text%TYPE;

180: -- store them into a temporary table where the data will be queried and
181: -- displayed by the form.The evaluation parameter will allow for the display
182: -- of the appropriate rules without the need to wait for the evaluation.
183: DECLARE
184: v_rule_text igs_ru_named_rule.rule_text%TYPE;
185: v_message_text igs_ru_named_rule.rule_text%TYPE;
186: v_rule_status VARCHAR2 (50);
187: v_ssp_sequence_number igs_pr_s_scratch_pad.sequence_number%TYPE;
188: v_course_cd igs_en_stdnt_ps_att.course_cd%TYPE;

Line 185: v_message_text igs_ru_named_rule.rule_text%TYPE;

181: -- displayed by the form.The evaluation parameter will allow for the display
182: -- of the appropriate rules without the need to wait for the evaluation.
183: DECLARE
184: v_rule_text igs_ru_named_rule.rule_text%TYPE;
185: v_message_text igs_ru_named_rule.rule_text%TYPE;
186: v_rule_status VARCHAR2 (50);
187: v_ssp_sequence_number igs_pr_s_scratch_pad.sequence_number%TYPE;
188: v_course_cd igs_en_stdnt_ps_att.course_cd%TYPE;
189: v_version_number igs_en_stdnt_ps_att.version_number%TYPE;