DBA Data[Home] [Help]

APPS.QP_PRICING_ATTR_UTIL dependencies on QP_DELAYED_REQUESTS_PVT

Line 690: qp_delayed_requests_PVT.log_request(

686: END IF;
687:
688: IF NOT QP_GLOBALS.Equal(p_PRICING_ATTR_rec.list_line_id,p_old_PRICING_ATTR_rec.list_line_id)
689: THEN
690: qp_delayed_requests_PVT.log_request(
691: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
692: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
693: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_MODIFIERS,
694: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 707: qp_delayed_requests_PVT.log_request(

703:
704: IF NOT QP_GLOBALS.Equal(p_PRICING_ATTR_rec.pricing_attribute_context,p_old_PRICING_ATTR_rec.pricing_attribute_context)
705: THEN
706: -- mkarya for bug 1789276, log the request for a change in pricing_attribute_context
707: qp_delayed_requests_PVT.log_request(
708: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
709: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
710: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_MODIFIERS,
711: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 764: qp_delayed_requests_PVT.log_request(

760:
761: IF NOT QP_GLOBALS.Equal(p_PRICING_ATTR_rec.product_attribute_context,p_old_PRICING_ATTR_rec.product_attribute_context)
762: THEN
763: -- mkarya for bug 1789276, log the request for a change in product_attribute_context
764: qp_delayed_requests_PVT.log_request(
765: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
766: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
767: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_MODIFIERS,
768: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 809: qp_delayed_requests_pvt.log_request(

805: -- NULL;
806: --pattern
807: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
808: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
809: qp_delayed_requests_pvt.log_request(
810: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
811: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
812: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
813: p_request_unique_key2 => 'UD',

Line 1563: qp_delayed_requests_PVT.log_request(

1559:
1560: --Log delayed request to maintain denormalized pricing attrs columns only
1561: --for formula factor attrs
1562: IF l_list_line_type_code = 'PMR' THEN
1563: qp_delayed_requests_PVT.log_request(
1564: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1565: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
1566: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Modifiers,
1567: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 1811: qp_delayed_requests_PVT.log_request(

1807: AND b.prc_context_code=p_PRICING_ATTR_rec.product_attribute_context);
1808:
1809: END IF;
1810: END IF;
1811: qp_delayed_requests_PVT.log_request(
1812: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1813: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
1814: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Modifiers,
1815: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 1834: qp_delayed_requests_PVT.log_request(

1830:
1831: --Log delayed request to maintain denormalized pricing attrs columns
1832: --only for formula factor attrs
1833: IF l_list_line_type_code = 'PMR' THEN
1834: qp_delayed_requests_PVT.log_request(
1835: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1836: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
1837: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Modifiers,
1838: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 1878: qp_delayed_requests_PVT.log_request(

1874: WHERE PRICING_ATTRIBUTE_ID = p_pricing_attribute_id
1875: RETURNING LIST_LINE_ID INTO l_list_line_id
1876: ;
1877:
1878: qp_delayed_requests_PVT.log_request(
1879: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1880: p_entity_id => l_list_line_id,
1881: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Modifiers,
1882: p_requesting_entity_id => l_list_line_id,

Line 2827: qp_delayed_requests_pvt.log_request(

2823: l_changed_lines := 'N';
2824: end;
2825:
2826: if l_changed_lines = 'Y' then
2827: qp_delayed_requests_pvt.log_request(
2828: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST,
2829: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
2830: p_requesting_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
2831: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 2842: qp_delayed_requests_PVT.log_request(

2838: end if;
2839: end if;
2840:
2841:
2842: qp_delayed_requests_PVT.log_request(
2843: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
2844: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
2845: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_MODIFIERS,
2846: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 2853: qp_delayed_requests_pvt.log_request(

2849: END IF;
2850: -- pattern
2851: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
2852: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_CREATE) THEN
2853: qp_delayed_requests_pvt.log_request(
2854: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2855: p_entity_id => l_list_header_id,
2856: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2857: p_request_unique_key2 => 'I',

Line 2865: qp_delayed_requests_pvt.log_request(

2861: x_return_status => l_return_status);
2862:
2863: END IF;
2864: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
2865: qp_delayed_requests_pvt.log_request(
2866: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2867: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2868: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2869: p_request_unique_key2 => 'U',

Line 2876: qp_delayed_requests_pvt.log_request(

2872: p_request_type => QP_GLOBALS.G_MAINTAIN_PRODUCT_PATTERN,
2873: x_return_status => l_return_status);
2874: END IF;
2875: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2876: qp_delayed_requests_pvt.log_request(
2877: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2878: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2879: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2880: p_request_unique_key2 => 'D',