DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on QP_DELAYED_REQUESTS_PVT

Line 2894: qp_delayed_requests_PVT.log_request

2890: LOOP
2891:
2892: 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);
2893:
2894: qp_delayed_requests_PVT.log_request
2895: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
2896: , p_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
2897: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
2898: , p_requesting_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id

Line 2909: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity

2905: , p_param6 => l_non_cont_pbh_id_tbl(i).end_date_active
2906: , x_return_status => l_return_status);
2907:
2908: END LOOP;
2909: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
2910: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
2911: , x_return_status => l_return_status);
2912:
2913: END IF;