DBA Data[Home] [Help]

APPS.QP_UTIL dependencies on OE_AK_OBJ_ATTR_EXT

Line 1227: oe_ak_obj_attr_ext a2

1223: BEGIN
1224: IF p_entity_id IS NOT NULL THEN
1225: select a1.attribute_label_long into l_entity_code
1226: from ak_object_attributes_tl a1,
1227: oe_ak_obj_attr_ext a2
1228: where a2.attribute_id = p_entity_id
1229: and a1.language= userenv('lang')
1230: and a2.pricing_rule_enabled_flag= 'Y'
1231: and a2.attribute_code=a1.attribute_code