DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on OE_DEF_ATTR_DEF_RULES

Line 680: oe_def_attr_def_rules arules

676: condelem.attribute_code
677: FROM
678: oe_def_attr_condns aconds,
679: oe_def_condn_elems condelem,
680: oe_def_attr_def_rules arules
681: WHERE
682: aconds.database_object_name IN (p_db1, p_db2)
683: AND condelem.condition_id = aconds.condition_id
684: AND condelem.attribute_code IN ('PRICING_CONTEXT', 'QUALIFIER_CONTEXT')

Line 3544: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e

3540:
3541: CURSOR l_cond_cursor(p_pricing_attr VARCHAR2) IS
3542: SELECT c.condition_id, d.attr_def_condition_id
3543: FROM oe_def_conditions a, oe_def_condn_elems b,
3544: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e
3545: WHERE a.database_object_name LIKE 'QP%'
3546: AND a.condition_id = b.condition_id
3547: AND b.attribute_code = 'SRC_SYSTEM_CODE'
3548: AND b.value_string = e.source_system_code

Line 3721: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e

3717:
3718: CURSOR l_cond_cursor(p_pricing_attr VARCHAR2) IS
3719: SELECT c.condition_id, d.attr_def_condition_id
3720: FROM oe_def_conditions a, oe_def_condn_elems b,
3721: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e
3722: WHERE a.database_object_name LIKE 'QP%'
3723: AND a.condition_id = b.condition_id
3724: AND b.attribute_code = 'SRC_SYSTEM_CODE'
3725: AND b.value_string = e.source_system_code