DBA Data[Home] [Help]

APPS.PO_ADVANCED_PRICE_PVT dependencies on QP_ATTR_MAPPING_PUB

Line 571: QP_Attr_Mapping_PUB.Build_Contexts(

567: IF g_debug_stmt THEN
568: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Build Attributes Mapping Contexts');
569: END IF;
570:
571: QP_Attr_Mapping_PUB.Build_Contexts(
572: p_request_type_code => 'PO',
573: p_line_index => 1,
574: p_pricing_type_code => 'L',
575: p_check_line_flag => 'N',

Line 1200: QP_Attr_Mapping_PUB.Build_Contexts(p_request_type_code => p_request_type,

1196: d_pos:= 110;
1197: IF g_debug_stmt THEN
1198: PO_LOG.stmt(l_log_head,d_pos,'Build Attributes Mapping Contexts for header');
1199: END IF;
1200: QP_Attr_Mapping_PUB.Build_Contexts(p_request_type_code => p_request_type,
1201: p_line_index => i,
1202: p_pricing_type_code => 'H',
1203: p_check_line_flag => 'N',
1204: p_pricing_event => p_pricing_event,

Line 1294: QP_Attr_Mapping_PUB.Build_Contexts(

1290: IF g_debug_stmt THEN
1291: PO_LOG.stmt(l_log_head,d_pos,'Build Attributes Mapping Contexts for Line('||j||')');
1292: END IF;
1293:
1294: QP_Attr_Mapping_PUB.Build_Contexts(
1295: p_request_type_code => p_request_type,
1296: p_line_index => i,
1297: p_pricing_type_code => 'L',
1298: p_check_line_flag => 'N',