DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on QP_DELAYED_REQUESTS_PVT

Line 2709: qp_delayed_requests_PVT.log_request

2705: LOOP
2706:
2707: fnd_file.put_line(FND_FILE.LOG,'Upgrading non-continuous price breaks to continuous price breaks for the product : '||l_non_cont_pbh_id_tbl(i).product_attr_value);
2708:
2709: qp_delayed_requests_PVT.log_request
2710: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
2711: , p_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
2712: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
2713: , p_requesting_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id

Line 2724: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity

2720: , p_param6 => l_non_cont_pbh_id_tbl(i).end_date_active
2721: , x_return_status => l_return_status);
2722:
2723: END LOOP;
2724: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
2725: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
2726: , x_return_status => l_return_status);
2727:
2728: END IF;