DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on OKS_OMINT_PUB

Line 12165: -- OKS_OMINT_PUB.get_quantity in R12 for partial period pricing

12161: from qp_npreq_lines_tmp
12162: where line_index = p_line_index;
12163:
12164: -- OKS_QP_INT.get_conversion_factor was replaced by
12165: -- OKS_OMINT_PUB.get_quantity in R12 for partial period pricing
12166: l_proration_factor := OKS_OMINT_PUB.get_quantity(
12167: p_start_date => l_contract_start_date,
12168: p_end_date => l_contract_end_date,
12169: p_source_uom => l_break_uom_code,

Line 12166: l_proration_factor := OKS_OMINT_PUB.get_quantity(

12162: where line_index = p_line_index;
12163:
12164: -- OKS_QP_INT.get_conversion_factor was replaced by
12165: -- OKS_OMINT_PUB.get_quantity in R12 for partial period pricing
12166: l_proration_factor := OKS_OMINT_PUB.get_quantity(
12167: p_start_date => l_contract_start_date,
12168: p_end_date => l_contract_end_date,
12169: p_source_uom => l_break_uom_code,
12170: p_org_id => QP_PREQ_GRP.G_CURRENT_USER_OP_UNIT);