DBA Data[Home] [Help]

APPS.PA_COST_RATE_PUB dependencies on PQH_CRITERIA_RATE_ELEMENTS

Line 476: pqh_criteria_rate_elements c

472:
473: select a.currency_code
474: into x_cost_rate_curr_code
475: from pqh_criteria_rate_defn a,
476: pqh_criteria_rate_elements c
477: where a.criteria_rate_defn_id = c.criteria_rate_defn_id
478: and c.element_type_id = l_rbc_elem_type_id;
479:
480: x_cost_rate := l_rbc_rate;