DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on OKS_OMINT_PUB

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

12451: from qp_npreq_lines_tmp
12452: where line_index = p_line_index;
12453:
12454: -- OKS_QP_INT.get_conversion_factor was replaced by
12455: -- OKS_OMINT_PUB.get_quantity in R12 for partial period pricing
12456: l_proration_factor := OKS_OMINT_PUB.get_quantity(
12457: p_start_date => l_contract_start_date,
12458: p_end_date => l_contract_end_date,
12459: p_source_uom => l_break_uom_code,

Line 12456: l_proration_factor := OKS_OMINT_PUB.get_quantity(

12452: where line_index = p_line_index;
12453:
12454: -- OKS_QP_INT.get_conversion_factor was replaced by
12455: -- OKS_OMINT_PUB.get_quantity in R12 for partial period pricing
12456: l_proration_factor := OKS_OMINT_PUB.get_quantity(
12457: p_start_date => l_contract_start_date,
12458: p_end_date => l_contract_end_date,
12459: p_source_uom => l_break_uom_code,
12460: p_org_id => QP_PREQ_GRP.G_CURRENT_USER_OP_UNIT);