DBA Data[Home] [Help]

APPS.PV_PRICE_PVT dependencies on FND_PROFILE

Line 391: oe_order_pub.g_hdr.order_type_id := to_number(FND_PROFILE.Value('PV_ORDER_TRANSACTION_TYPE_ID'));

387: oe_order_pub.g_hdr.transactional_curr_code := p_transaction_currency;
388: oe_order_pub.g_hdr.sold_to_org_id := p_partner_account_id;
389: oe_order_pub.g_hdr.order_source_id := 23;
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',