DBA Data[Home] [Help]

APPS.QP_COPY_MODIFIERS_PVT dependencies on QP_GLOBALS

Line 1612: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR

1608:
1609: 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);
1610:
1611: qp_delayed_requests_PVT.log_request
1612: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
1613: , p_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
1614: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
1615: , p_requesting_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
1616: , p_request_type => QP_Globals.G_UPGRADE_PRICE_BREAKS

Line 1614: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR

1610:
1611: qp_delayed_requests_PVT.log_request
1612: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
1613: , p_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
1614: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
1615: , p_requesting_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
1616: , p_request_type => QP_Globals.G_UPGRADE_PRICE_BREAKS
1617: , p_param1 => l_non_cont_pbh_id_tbl(i).list_line_no
1618: , p_param2 => l_non_cont_pbh_id_tbl(i).product_attribute

Line 1616: , p_request_type => QP_Globals.G_UPGRADE_PRICE_BREAKS

1612: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
1613: , p_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
1614: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
1615: , p_requesting_entity_id => l_non_cont_pbh_id_tbl(i).price_break_header_id
1616: , p_request_type => QP_Globals.G_UPGRADE_PRICE_BREAKS
1617: , p_param1 => l_non_cont_pbh_id_tbl(i).list_line_no
1618: , p_param2 => l_non_cont_pbh_id_tbl(i).product_attribute
1619: , p_param3 => l_non_cont_pbh_id_tbl(i).product_attr_value
1620: , p_param4 => 'MODIFIER'

Line 1627: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR

1623: , x_return_status => l_return_status);
1624:
1625: END LOOP;
1626: QP_DELAYED_REQUESTS_PVT.Process_Request_for_Entity
1627: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
1628: , x_return_status => l_return_status);
1629:
1630: END IF;
1631: