DBA Data[Home] [Help]

APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_RU_GEN_002

Line 8878: l_success:= igs_ru_gen_002.rulp_ins_parser (

8874: END IF;
8875:
8876: IF p_usec_rule_tbl(I).status = 'S' THEN
8877:
8878: l_success:= igs_ru_gen_002.rulp_ins_parser (
8879: p_group => l_n_select_group, -- 8 for Unit Co-requisite,2 for Unit Pre-requisite
8880: p_return_type => 'BOOLEAN', -- pass BOOLEAN
8881: p_rule_description => l_c_rule_desc, --
8882: p_rule_processed => p_usec_rule_tbl(I).rule_text, -- Pass the rule_text

Line 8919: --which is getting done by igs_ru_gen_002.rulp_ins_parse function

8915: ||p_usec_rule_tbl(I).teach_cal_alternate_code||' '||'Location_cd:'||p_usec_rule_tbl(I).location_cd||' '||'Unit Class:'||
8916: p_usec_rule_tbl(I).unit_class||' '||'s_rule_call_cd:'||p_usec_rule_tbl(I).s_rule_call_cd);
8917: END IF;
8918: --Note: Update is not required as it does not update the base table, only rule table,
8919: --which is getting done by igs_ru_gen_002.rulp_ins_parse function
8920:
8921: END IF;
8922:
8923: ELSE