DBA Data[Home] [Help]

APPS.QP_PRICING_ATTR_UTIL dependencies on OE_GLOBALS

Line 808: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN

804: END IF;
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,

Line 2807: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN

2803:
2804: x_PRICING_ATTR_rec := l_PRICING_ATTR_rec;
2805: x_PRICING_ATTR_rec.list_header_id := l_list_header_id;
2806:
2807: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2808:
2809: oe_debug_pub.add('Logging a request to update qualification_ind ', 1);
2810:
2811: --hw

Line 2852: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_CREATE) THEN

2848: x_return_status => l_return_status);
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,

Line 2864: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN

2860: p_request_type => QP_GLOBALS.G_MAINTAIN_PRODUCT_PATTERN,
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,

Line 2875: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN

2871: p_requesting_entity_id => p_PRICING_ATTR_rec.list_header_id,
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,