DBA Data[Home] [Help]

APPS.MST_RELEASE dependencies on MST_REL_RULE_ASSOCIATIONS

Line 3337: l_rule_id mst_rel_rule_associations.rule_id%type;

3333: AREL_REMAINING_TIME_CODE constant number := 5;
3334: AREL_CIRCUITY_CODE constant number := 6;
3335: AREL_MODE_CODE constant number := 7;
3336:
3337: l_rule_id mst_rel_rule_associations.rule_id%type;
3338: l_rule_set_id mst_auto_rel_rule_sets.rule_set_id%type;
3339: l_auto_release_restriction mst_auto_rel_rule_sets.auto_release_restriction%type;
3340: l_attribute_code mst_rel_rule_conditions.attribute_code%type;
3341: l_condition mst_rel_rule_conditions.condition%type;

Line 3356: , mst_rel_rule_associations mrra

3352: , marrs.auto_release_restriction
3353: , mrra.rule_id
3354: from mst_plans mp
3355: , mst_auto_rel_rule_sets marrs
3356: , mst_rel_rule_associations mrra
3357: where mp.plan_id = l_plan_id
3358: and mp.auto_rel_rule_set_id = marrs.rule_set_id
3359: and marrs.rule_set_id = mrra.rule_set_id;
3360: