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 702: qp_delayed_requests_pvt.log_request(

698: -- jagan's PL/SQL pattern
699: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'N' THEN
700: IF FND_PROFILE.VALUE('QP_PATTERN_SEARCH') = 'P' OR FND_PROFILE.VALUE('QP_PATTERN_SEARCH') = 'B'THEN
701: IF(p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
702: qp_delayed_requests_pvt.log_request(
703: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
704: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
705: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
706: p_request_unique_key2 => 'UD',

Line 1470: qp_delayed_requests_PVT.log_request(

1466:
1467: END IF;
1468: END IF;
1469:
1470: qp_delayed_requests_PVT.log_request(
1471: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1472: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
1473: p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1474: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 2386: qp_delayed_requests_PVT.log_request(

2382: x_PRICING_ATTR_rec := l_PRICING_ATTR_rec;
2383: IF ( p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2384:
2385: oe_debug_pub.add('Logging a request to update qualification_ind ', 1);
2386: qp_delayed_requests_PVT.log_request(
2387: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,
2388: p_entity_id => p_PRICING_ATTR_rec.list_line_id,
2389: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,
2390: p_requesting_entity_id => p_PRICING_ATTR_rec.list_line_id,

Line 2397: qp_delayed_requests_pvt.log_request(

2393: END IF;
2394: -- pattern
2395: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
2396: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_CREATE) THEN
2397: qp_delayed_requests_pvt.log_request(
2398: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2399: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2400: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2401: p_request_unique_key2 => 'I',

Line 2409: qp_delayed_requests_pvt.log_request(

2405: x_return_status => l_return_status);
2406:
2407: END IF;
2408: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
2409: qp_delayed_requests_pvt.log_request(
2410: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2411: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2412: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2413: p_request_unique_key2 => 'U',

Line 2420: qp_delayed_requests_pvt.log_request(

2416: p_request_type => QP_GLOBALS.G_MAINTAIN_PRODUCT_PATTERN,
2417: x_return_status => l_return_status);
2418: END IF;
2419: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2420: qp_delayed_requests_pvt.log_request(
2421: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2422: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2423: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2424: p_request_unique_key2 => 'D',

Line 2436: qp_delayed_requests_pvt.log_request(

2432: -- jagan's PL/SQL pattern
2433: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'N' THEN
2434: IF FND_PROFILE.VALUE('QP_PATTERN_SEARCH') = 'P' OR FND_PROFILE.VALUE('QP_PATTERN_SEARCH') = 'B' THEN
2435: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_CREATE) THEN
2436: qp_delayed_requests_pvt.log_request(
2437: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2438: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2439: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2440: p_request_unique_key2 => 'I',

Line 2448: qp_delayed_requests_pvt.log_request(

2444: x_return_status => l_return_status);
2445:
2446: END IF;
2447: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
2448: qp_delayed_requests_pvt.log_request(
2449: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2450: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2451: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2452: p_request_unique_key2 => 'U',

Line 2459: qp_delayed_requests_pvt.log_request(

2455: p_request_type => QP_GLOBALS.G_MAINTAIN_PRODUCT_PATTERN,
2456: x_return_status => l_return_status);
2457: END IF;
2458: IF (p_PRICING_ATTR_rec.operation = OE_GLOBALS.G_OPR_DELETE) THEN
2459: qp_delayed_requests_pvt.log_request(
2460: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2461: p_entity_id => p_PRICING_ATTR_rec.list_header_id,
2462: p_request_unique_key1 => p_PRICING_ATTR_rec.list_line_id,
2463: p_request_unique_key2 => 'D',