DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on QP_UTIL

Line 5746: /* qp_util.Get_Attribute_Code(p_FlexField_Name => 'QP_ATTR_DEFNS_QUALIFIER',

5742: End ;
5743: -- added recently
5744:
5745:
5746: /* qp_util.Get_Attribute_Code(p_FlexField_Name => 'QP_ATTR_DEFNS_QUALIFIER',
5747: p_Context_Name => 'TERMS',
5748: p_attribute => l_benefit_method, -- , -- pass the code like "FREIGHT_TERMS"
5749: x_attribute_code =>out_benefit_method, -- , -- get the text like "Freight Terms"
5750: x_segment_name => l_segment_code

Line 5956: l_pricing_attribute := QP_UTIL.get_attribute_name(

5952:
5953: IF l_debug_level > 0 THEN
5954: oe_debug_pub.add( 'GET_PRICING_ATTRIBUTE '|| 'IN_CONTEXT = '||IN_CONTEXT_NAME|| 'IN_ATTRIBUTE_NAME='||IN_ATTRIBUTE_NAME ) ;
5955: END IF;
5956: l_pricing_attribute := QP_UTIL.get_attribute_name(
5957: p_application_short_name=> 'QP',
5958: P_FLEXFIELD_NAME =>'QP_ATTR_DEFNS_PRICING',
5959: P_CONTEXT_NAME =>in_context_name,
5960: P_ATTRIBUTE_NAME =>in_attribute_name

Line 8399: -- we need to call qp_util.get_qp_status,

8395: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
8396:
8397: BEGIN
8398:
8399: -- we need to call qp_util.get_qp_status,
8400: -- I=advanced , S=Basic, N=No Installation
8401:
8402: l_status := qp_util.get_qp_status;
8403:

Line 8402: l_status := qp_util.get_qp_status;

8398:
8399: -- we need to call qp_util.get_qp_status,
8400: -- I=advanced , S=Basic, N=No Installation
8401:
8402: l_status := qp_util.get_qp_status;
8403:
8404: IF l_debug_level > 0 then
8405: oe_debug_pub.add('Advanced Pricing Instaleed status ='||l_status);
8406: END IF;

Line 8557: l_agreement_tbl QP_UTIL_PUB.agreement_tbl;

8553: ,p_pricing_effective_date IN DATE
8554: ,p_agreement_tbl OUT NOCOPY agreement_tbl
8555: ) IS
8556:
8557: l_agreement_tbl QP_UTIL_PUB.agreement_tbl;
8558: BEGIN
8559:
8560: QP_UTIL_PUB.Get_Agreement( p_sold_to_org_id
8561: ,p_transaction_type_id

Line 8560: QP_UTIL_PUB.Get_Agreement( p_sold_to_org_id

8556:
8557: l_agreement_tbl QP_UTIL_PUB.agreement_tbl;
8558: BEGIN
8559:
8560: QP_UTIL_PUB.Get_Agreement( p_sold_to_org_id
8561: ,p_transaction_type_id
8562: ,p_pricing_effective_date
8563: ,l_agreement_tbl);
8564:

Line 8594: QP_UTIL_PUB.round_price

8590: ,p_operand_type IN VARCHAR2 default 'S'
8591: )
8592: IS
8593: BEGIN
8594: QP_UTIL_PUB.round_price
8595: (
8596: p_operand
8597: ,p_rounding_factor
8598: ,p_use_multi_currency