DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on QP_ATTR_MAPPING_PUB

Line 3593: QP_Attr_Mapping_PUB.Build_Contexts(

3589: --l_line_tbl(k).list_price_override_flag := l_list_price_override_flag;
3590: l_line_tbl(l_tbl_index).pricing_status_code := QP_PREQ_GRP.G_STATUS_UNCHANGED;
3591:
3592:
3593: QP_Attr_Mapping_PUB.Build_Contexts(
3594: p_request_type_code => 'ONT',
3595: p_line_index => l_tbl_index,
3596: p_pricing_type_code =>'H'
3597: );

Line 3658: QP_Attr_Mapping_PUB.Build_Contexts(

3654: oe_order_pub.g_line.blanket_line_number := l_blanketLineNumberTbl(l_lineCounter);
3655: oe_order_pub.g_line.transaction_phase_code := l_transactionPhaseCodeTbl(l_lineCounter);
3656: oe_order_pub.g_line.charge_periodicity_code := l_chargePeriodicityCodeTbl(l_lineCounter);
3657:
3658: QP_Attr_Mapping_PUB.Build_Contexts(
3659: p_request_type_code => 'ONT',
3660: p_line_index => l_tbl_index,
3661: p_pricing_type_code =>'L'
3662: );