DBA Data[Home] [Help]

APPS.PV_PRICE_PVT dependencies on QP_ATTR_MAPPING_PUB

Line 340: QP_ATTR_MAPPING_PUB.BUILD_CONTEXTS('ONT', line_index, 'L');

336: OE_ORDER_PUB.G_line.ordered_quantity:= 1;
337: OE_ORDER_PUB.G_line.sold_to_org_id := p_partner_account_id;
338: OE_ORDER_PUB.G_line.order_source_id := 23;
339:
340: QP_ATTR_MAPPING_PUB.BUILD_CONTEXTS('ONT', line_index, 'L');
341:
342: END LOOP;
343:
344:

Line 394: QP_ATTR_MAPPING_PUB.BUILD_CONTEXTS

390: oe_order_pub.g_hdr.freight_terms_code := NULL;
391: oe_order_pub.g_hdr.order_type_id := to_number(FND_PROFILE.Value('PV_ORDER_TRANSACTION_TYPE_ID'));
392:
393: -- populate header attibutes/qualifiers
394: QP_ATTR_MAPPING_PUB.BUILD_CONTEXTS
395: (p_request_type_code => 'ONT',
396: p_line_index => line_index,
397: p_pricing_type_code => 'H');
398: