DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on OE_DEF_ATTR_DEF_RULES

Line 613: oe_def_attr_def_rules arules

609: condelem.attribute_code
610: FROM
611: oe_def_attr_condns aconds,
612: oe_def_condn_elems condelem,
613: oe_def_attr_def_rules arules
614: WHERE
615: aconds.database_object_name IN (p_db1, p_db2)
616: AND condelem.condition_id = aconds.condition_id
617: AND condelem.attribute_code IN ('PRICING_CONTEXT', 'QUALIFIER_CONTEXT')

Line 3286: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e

3282:
3283: CURSOR l_cond_cursor(p_pricing_attr VARCHAR2) IS
3284: SELECT c.condition_id, d.attr_def_condition_id
3285: FROM oe_def_conditions a, oe_def_condn_elems b,
3286: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e
3287: WHERE a.database_object_name LIKE 'QP%'
3288: AND a.condition_id = b.condition_id
3289: AND b.attribute_code = 'SRC_SYSTEM_CODE'
3290: AND b.value_string = e.source_system_code

Line 3463: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e

3459:
3460: CURSOR l_cond_cursor(p_pricing_attr VARCHAR2) IS
3461: SELECT c.condition_id, d.attr_def_condition_id
3462: FROM oe_def_conditions a, oe_def_condn_elems b,
3463: oe_def_attr_condns c, oe_def_attr_def_rules d, qp_price_req_sources e
3464: WHERE a.database_object_name LIKE 'QP%'
3465: AND a.condition_id = b.condition_id
3466: AND b.attribute_code = 'SRC_SYSTEM_CODE'
3467: AND b.value_string = e.source_system_code