DBA Data[Home] [Help]

APPS.PO_ADVANCED_PRICE_PVT dependencies on QP_ATTR_MAPPING_PUB

Line 601: QP_Attr_Mapping_PUB.Build_Contexts(

597: IF g_debug_stmt THEN
598: PO_DEBUG.debug_stmt(l_log_head, l_progress,'Build Attributes Mapping Contexts');
599: END IF;
600:
601: QP_Attr_Mapping_PUB.Build_Contexts(
602: p_request_type_code => 'PO',
603: p_line_index => 1,
604: p_pricing_type_code => 'L',
605: p_check_line_flag => 'N',

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

1282: d_pos := 110;
1283: IF g_debug_stmt THEN
1284: PO_LOG.stmt(l_log_head, d_pos,'Build Attributes Mapping Contexts for header');
1285: END IF;
1286: QP_Attr_Mapping_PUB.Build_Contexts(p_request_type_code => p_request_type,
1287: p_line_index => i,
1288: p_pricing_type_code => 'H',
1289: p_check_line_flag => 'N',
1290: p_pricing_event => p_pricing_event,

Line 1381: QP_Attr_Mapping_PUB.Build_Contexts(

1377: IF g_debug_stmt THEN
1378: PO_LOG.stmt(l_log_head, d_pos,'Build Attributes Mapping Contexts for Line('|| j || ')');
1379: END IF;
1380:
1381: QP_Attr_Mapping_PUB.Build_Contexts(
1382: p_request_type_code => p_request_type,
1383: p_line_index => i,
1384: p_pricing_type_code => 'L',
1385: p_check_line_flag => 'N',

Line 1994: QP_Attr_Mapping_PUB.Build_Contexts(

1990: IF g_debug_stmt THEN
1991: PO_DEBUG.debug_stmt(l_log_head, l_progress,'Build Attributes Mapping Contexts');
1992: END IF;
1993:
1994: QP_Attr_Mapping_PUB.Build_Contexts(
1995: p_request_type_code => 'PO',
1996: p_line_index => 1,
1997: p_pricing_type_code => 'L',
1998: p_check_line_flag => 'N',