DBA Data[Home] [Help]

APPS.QP_PLL_PRICING_ATTR_UTIL dependencies on QP_DELAYED_REQUESTS_PVT

Line 591: qp_delayed_requests_PVT.log_request(

587: END IF;
588:
589: IF NOT QP_GLOBALS.Equal(p_PRICING_ATTR_rec.list_line_id,p_old_PRICING_ATTR_rec.list_line_id)
590: THEN
591: qp_delayed_requests_PVT.log_request(
592: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,
593: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
594: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,
595: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 686: qp_delayed_requests_pvt.log_request(

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,
690: p_request_unique_key2 => 'UD',

Line 1454: qp_delayed_requests_PVT.log_request(

1450:
1451: END IF;
1452: END IF;
1453:
1454: qp_delayed_requests_PVT.log_request(
1455: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1456: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
1457: p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1458: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 2320: qp_delayed_requests_PVT.log_request(

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,
2322: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
2323: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,
2324: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 2331: qp_delayed_requests_pvt.log_request(

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,
2335: p_request_unique_key2 => 'I',

Line 2343: qp_delayed_requests_pvt.log_request(

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,
2347: p_request_unique_key2 => 'U',

Line 2354: qp_delayed_requests_pvt.log_request(

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,
2358: p_request_unique_key2 => 'D',