DBA Data[Home] [Help]

APPS.QP_PLL_PRICING_ATTR_UTIL dependencies on OE_GLOBALS

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

681:
682: END IF;
683: --pattern
684: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
685: IF(p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
686: qp_delayed_requests_pvt.log_request(
687: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
688: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
689: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,

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

2313: end;
2314: END IF;
2315:
2316: x_PRICING_ATTR_rec := l_PRICING_ATTR_rec;
2317: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2318:
2319: oe_debug_pub.add('Logging a request to update qualification_ind ', 1);
2320: qp_delayed_requests_PVT.log_request(
2321: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,

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

2326: x_return_status => l_return_status);
2327: END IF;
2328: -- pattern
2329: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
2330: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_CREATE) THEN
2331: qp_delayed_requests_pvt.log_request(
2332: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2333: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2334: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,

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

2338: p_request_type => QP_GLOBALS.G_MAINTAIN_PRODUCT_PATTERN,
2339: x_return_status => l_return_status);
2340:
2341: END IF;
2342: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
2343: qp_delayed_requests_pvt.log_request(
2344: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2345: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2346: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,

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

2349: p_requesting_entity_id => p_PRICING_ATTR_rec.list_header_id,
2350: p_request_type => QP_GLOBALS.G_MAINTAIN_PRODUCT_PATTERN,
2351: x_return_status => l_return_status);
2352: END IF;
2353: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2354: qp_delayed_requests_pvt.log_request(
2355: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2356: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2357: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,