DBA Data[Home] [Help]

APPS.QP_LIST_HEADERS_PVT dependencies on QP_DELAYED_REQUESTS_PVT

Line 281: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

277: x_PRICE_LIST_rec := l_PRICE_LIST_rec;
278: x_old_PRICE_LIST_rec := l_old_PRICE_LIST_rec;
279:
280: -- mkarya If process_price_list has been called from public package, then ONLY call
281: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
282: if l_control_rec.called_from_ui = 'N' then
283: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
284: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST,
285: p_entity_id => l_PRICE_LIST_rec.list_header_id,

Line 283: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

279:
280: -- mkarya If process_price_list has been called from public package, then ONLY call
281: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
282: if l_control_rec.called_from_ui = 'N' then
283: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
284: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST,
285: p_entity_id => l_PRICE_LIST_rec.list_header_id,
286: x_return_status => l_return_status );
287: end if;

Line 298: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

294: x_PRICE_LIST_rec := l_PRICE_LIST_rec;
295: x_old_PRICE_LIST_rec := l_old_PRICE_LIST_rec;
296:
297: -- mkarya If process_price_list has been called from public package, then ONLY call
298: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
299: if l_control_rec.called_from_ui = 'N' then
300: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
301: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST,
302: p_entity_id => l_PRICE_LIST_rec.list_header_id,

Line 300: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

296:
297: -- mkarya If process_price_list has been called from public package, then ONLY call
298: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
299: if l_control_rec.called_from_ui = 'N' then
300: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
301: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST,
302: p_entity_id => l_PRICE_LIST_rec.list_header_id,
303: x_return_status => l_return_status );
304: end if;

Line 323: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

319: x_PRICE_LIST_rec := l_PRICE_LIST_rec;
320: x_old_PRICE_LIST_rec := l_old_PRICE_LIST_rec;
321:
322: -- mkarya If process_price_list has been called from public package, then ONLY call
323: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
324: if l_control_rec.called_from_ui = 'N' then
325: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
326: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST,
327: p_entity_id => l_PRICE_LIST_rec.list_header_id,

Line 325: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

321:
322: -- mkarya If process_price_list has been called from public package, then ONLY call
323: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
324: if l_control_rec.called_from_ui = 'N' then
325: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
326: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST,
327: p_entity_id => l_PRICE_LIST_rec.list_header_id,
328: x_return_status => l_return_status );
329: end if;

Line 677: qp_delayed_requests_PVT.log_request(

673: , null
674: , null
675: );
676:
677: qp_delayed_requests_PVT.log_request(
678: p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
679: p_entity_id => l_price_list_line_rec.list_line_id,
680: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
681: p_requesting_entity_id => l_price_list_line_rec.list_line_id,

Line 712: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

708: l_PRICE_LIST_LINE_tbl(I) := l_PRICE_LIST_LINE_rec;
709: l_old_PRICE_LIST_LINE_tbl(I) := l_old_PRICE_LIST_LINE_rec;
710:
711: -- mkarya If process_price_list has been called from public package, then ONLY call
712: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
713: if l_control_rec.called_from_ui = 'N' then
714: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
715: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
716: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,

Line 714: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

710:
711: -- mkarya If process_price_list has been called from public package, then ONLY call
712: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
713: if l_control_rec.called_from_ui = 'N' then
714: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
715: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
716: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
717: x_return_status => l_return_status );
718:

Line 719: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

715: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
716: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
717: x_return_status => l_return_status );
718:
719: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
720: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
721: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
722: x_return_status => l_return_status );
723: end if;

Line 732: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

728: l_PRICE_LIST_LINE_tbl(I) := l_PRICE_LIST_LINE_rec;
729: l_old_PRICE_LIST_LINE_tbl(I) := l_old_PRICE_LIST_LINE_rec;
730:
731: -- mkarya If process_price_list has been called from public package, then ONLY call
732: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
733: if l_control_rec.called_from_ui = 'N' then
734: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
735: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
736: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,

Line 734: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

730:
731: -- mkarya If process_price_list has been called from public package, then ONLY call
732: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
733: if l_control_rec.called_from_ui = 'N' then
734: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
735: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
736: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
737: x_return_status => l_return_status );
738:

Line 739: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

735: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
736: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
737: x_return_status => l_return_status );
738:
739: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
740: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
741: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
742: x_return_status => l_return_status );
743: end if;

Line 762: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

758: );
759: END IF;
760:
761: -- mkarya If process_price_list has been called from public package, then ONLY call
762: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
763: if l_control_rec.called_from_ui = 'N' then
764: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
765: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
766: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,

Line 764: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

760:
761: -- mkarya If process_price_list has been called from public package, then ONLY call
762: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
763: if l_control_rec.called_from_ui = 'N' then
764: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
765: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
766: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
767: x_return_status => l_return_status );
768:

Line 769: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

765: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
766: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
767: x_return_status => l_return_status );
768:
769: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
770: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
771: p_entity_id => l_PRICE_LIST_LINE_rec.list_line_id,
772: x_return_status => l_return_status );
773: end if;

Line 1235: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1231: l_QUALIFIERS_tbl(I) := l_QUALIFIERS_rec;
1232: l_old_QUALIFIERS_tbl(I) := l_old_QUALIFIERS_rec;
1233:
1234: -- mkarya If process_price_list has been called from public package, then ONLY call
1235: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1236: if l_control_rec.called_from_ui = 'N' then
1237: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1238: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1239: p_entity_id => l_QUALIFIERS_rec.list_header_id,

Line 1237: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1233:
1234: -- mkarya If process_price_list has been called from public package, then ONLY call
1235: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1236: if l_control_rec.called_from_ui = 'N' then
1237: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1238: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1239: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1240: x_return_status => l_return_status );
1241:

Line 1242: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1238: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1239: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1240: x_return_status => l_return_status );
1241:
1242: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1243: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1244: p_entity_id => l_QUALIFIERS_rec.list_line_id,
1245: x_return_status => l_return_status );
1246:

Line 1247: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1243: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1244: p_entity_id => l_QUALIFIERS_rec.list_line_id,
1245: x_return_status => l_return_status );
1246:
1247: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1248: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1249: p_entity_id => l_QUALIFIERS_rec.qualifier_id,
1250: x_return_status => l_return_status );
1251: end if;

Line 1260: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1256: l_QUALIFIERS_tbl(I) := l_QUALIFIERS_rec;
1257: l_old_QUALIFIERS_tbl(I) := l_old_QUALIFIERS_rec;
1258:
1259: -- mkarya If process_price_list has been called from public package, then ONLY call
1260: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1261: if l_control_rec.called_from_ui = 'N' then
1262: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1263: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1264: p_entity_id => l_QUALIFIERS_rec.list_header_id,

Line 1262: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1258:
1259: -- mkarya If process_price_list has been called from public package, then ONLY call
1260: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1261: if l_control_rec.called_from_ui = 'N' then
1262: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1263: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1264: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1265: x_return_status => l_return_status );
1266:

Line 1267: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1263: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1264: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1265: x_return_status => l_return_status );
1266:
1267: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1268: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1269: p_entity_id => l_QUALIFIERS_rec.list_line_id,
1270: x_return_status => l_return_status );
1271:

Line 1272: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1268: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1269: p_entity_id => l_QUALIFIERS_rec.list_line_id,
1270: x_return_status => l_return_status );
1271:
1272: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1273: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1274: p_entity_id => l_QUALIFIERS_rec.qualifier_id,
1275: x_return_status => l_return_status );
1276: end if;

Line 1295: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1291: );
1292: END IF;
1293:
1294: -- mkarya If process_price_list has been called from public package, then ONLY call
1295: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1296: if l_control_rec.called_from_ui = 'N' then
1297: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1298: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1299: p_entity_id => l_QUALIFIERS_rec.list_header_id,

Line 1297: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1293:
1294: -- mkarya If process_price_list has been called from public package, then ONLY call
1295: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1296: if l_control_rec.called_from_ui = 'N' then
1297: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1298: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1299: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1300: x_return_status => l_return_status );
1301:

Line 1302: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1298: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1299: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1300: x_return_status => l_return_status );
1301:
1302: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1303: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1304: p_entity_id => l_QUALIFIERS_rec.list_line_id,
1305: x_return_status => l_return_status );
1306:

Line 1307: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1303: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1304: p_entity_id => l_QUALIFIERS_rec.list_line_id,
1305: x_return_status => l_return_status );
1306:
1307: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1308: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1309: p_entity_id => l_QUALIFIERS_rec.qualifier_id,
1310: x_return_status => l_return_status );
1311: end if;

Line 1720: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1716: l_PRICING_ATTR_tbl(I) := l_PRICING_ATTR_rec;
1717: l_old_PRICING_ATTR_tbl(I) := l_old_PRICING_ATTR_rec;
1718:
1719: -- mkarya If process_price_list has been called from public package, then ONLY call
1720: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1721: if l_control_rec.called_from_ui = 'N' then
1722: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1723: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1724: p_entity_id => l_PRICING_ATTR_rec.list_line_id,

Line 1722: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1718:
1719: -- mkarya If process_price_list has been called from public package, then ONLY call
1720: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1721: if l_control_rec.called_from_ui = 'N' then
1722: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1723: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1724: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1725: x_return_status => l_return_status );
1726:

Line 1727: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1723: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1724: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1725: x_return_status => l_return_status );
1726:
1727: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1728: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1729: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1730: x_return_status => l_return_status );
1731: end if;

Line 1740: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1736: l_PRICING_ATTR_tbl(I) := l_PRICING_ATTR_rec;
1737: l_old_PRICING_ATTR_tbl(I) := l_old_PRICING_ATTR_rec;
1738:
1739: -- mkarya If process_price_list has been called from public package, then ONLY call
1740: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1741: if l_control_rec.called_from_ui = 'N' then
1742: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1743: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1744: p_entity_id => l_PRICING_ATTR_rec.list_line_id,

Line 1742: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1738:
1739: -- mkarya If process_price_list has been called from public package, then ONLY call
1740: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1741: if l_control_rec.called_from_ui = 'N' then
1742: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1743: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1744: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1745: x_return_status => l_return_status );
1746:

Line 1747: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1743: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1744: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1745: x_return_status => l_return_status );
1746:
1747: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1748: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1749: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1750: x_return_status => l_return_status );
1751: end if;

Line 1770: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1766: );
1767: END IF;
1768:
1769: -- mkarya If process_price_list has been called from public package, then ONLY call
1770: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1771: if l_control_rec.called_from_ui = 'N' then
1772: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1773: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1774: p_entity_id => l_PRICING_ATTR_rec.list_line_id,

Line 1772: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1768:
1769: -- mkarya If process_price_list has been called from public package, then ONLY call
1770: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1771: if l_control_rec.called_from_ui = 'N' then
1772: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1773: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1774: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1775: x_return_status => l_return_status );
1776:

Line 1777: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1773: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1774: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1775: x_return_status => l_return_status );
1776:
1777: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1778: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1779: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1780: x_return_status => l_return_status );
1781: end if;

Line 1975: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity

1971: (p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_ALL OR
1972: p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_PRICE_LIST)
1973: THEN
1974:
1975: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
1976: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST
1977: ,p_delete => FND_API.G_TRUE
1978: ,x_return_status => l_return_status
1979: );

Line 2027: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity

2023: (p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_ALL OR
2024: p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE)
2025: THEN
2026:
2027: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
2028: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE
2029: ,p_delete => FND_API.G_TRUE
2030: ,x_return_status => l_return_status
2031: );

Line 2169: QP_DELAYED_REQUESTS_PVT.Process_Delayed_Requests(

2165: THEN
2166:
2167: oe_debug_pub.add('Ren: before processing delayed request');
2168:
2169: QP_DELAYED_REQUESTS_PVT.Process_Delayed_Requests(
2170: x_return_status => l_return_status
2171: );
2172:
2173: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 2304: qp_delayed_requests_pvt.Clear_Request

2300: x_return_status := FND_API.G_RET_STS_ERROR;
2301:
2302: -- mkarya If process_price_list has been called from public package, then ONLY call clear_request
2303: if p_control_rec.called_from_ui = 'N' then
2304: qp_delayed_requests_pvt.Clear_Request
2305: (x_return_status => l_return_status);
2306: end if;
2307:
2308: -- Get message count and data

Line 2321: qp_delayed_requests_pvt.Clear_Request

2317: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2318:
2319: -- mkarya If process_price_list has been called from public package, then ONLY call clear_request
2320: if p_control_rec.called_from_ui = 'N' then
2321: qp_delayed_requests_pvt.Clear_Request
2322: (x_return_status => l_return_status);
2323: end if;
2324:
2325: -- Get message count and data

Line 2339: qp_delayed_requests_pvt.Clear_Request

2335: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2336:
2337: -- mkarya If process_price_list has been called from public package, then ONLY call clear_request
2338: if p_control_rec.called_from_ui = 'N' then
2339: qp_delayed_requests_pvt.Clear_Request
2340: (x_return_status => l_return_status);
2341: end if;
2342:
2343: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)