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 1230: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1232: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1237: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1233: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1234: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1235: x_return_status => l_return_status );
1236:
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_line_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_line_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.qualifier_id,
1245: x_return_status => l_return_status );
1246: end if;

Line 1255: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1257: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1262: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1258: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1259: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1260: x_return_status => l_return_status );
1261:
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_line_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_line_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.qualifier_id,
1270: x_return_status => l_return_status );
1271: end if;

Line 1290: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1292: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1297: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1293: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1294: p_entity_id => l_QUALIFIERS_rec.list_header_id,
1295: x_return_status => l_return_status );
1296:
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_line_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_line_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.qualifier_id,
1305: x_return_status => l_return_status );
1306: end if;

Line 1715: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1717: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1722: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1718: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1719: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1720: x_return_status => l_return_status );
1721:
1722: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1723: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1724: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1725: x_return_status => l_return_status );
1726: end if;

Line 1735: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1737: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1742: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1738: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1739: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1740: x_return_status => l_return_status );
1741:
1742: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1743: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1744: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1745: x_return_status => l_return_status );
1746: end if;

Line 1765: -- qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1767: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

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

Line 1772: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity

1768: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE,
1769: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1770: x_return_status => l_return_status );
1771:
1772: qp_delayed_requests_pvt.delete_reqs_for_deleted_entity
1773: (p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1774: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1775: x_return_status => l_return_status );
1776: end if;

Line 1970: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity

1966: (p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_ALL OR
1967: p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_PRICE_LIST)
1968: THEN
1969:
1970: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
1971: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST
1972: ,p_delete => FND_API.G_TRUE
1973: ,x_return_status => l_return_status
1974: );

Line 2022: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity

2018: (p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_ALL OR
2019: p_control_rec.process_entity = QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE)
2020: THEN
2021:
2022: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
2023: (p_entity_code => QP_GLOBALS.G_ENTITY_PRICE_LIST_LINE
2024: ,p_delete => FND_API.G_TRUE
2025: ,x_return_status => l_return_status
2026: );

Line 2164: QP_DELAYED_REQUESTS_PVT.Process_Delayed_Requests(

2160: THEN
2161:
2162: oe_debug_pub.add('Ren: before processing delayed request');
2163:
2164: QP_DELAYED_REQUESTS_PVT.Process_Delayed_Requests(
2165: x_return_status => l_return_status
2166: );
2167:
2168: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 2299: qp_delayed_requests_pvt.Clear_Request

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

Line 2316: qp_delayed_requests_pvt.Clear_Request

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

Line 2334: qp_delayed_requests_pvt.Clear_Request

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