DBA Data[Home] [Help]

APPS.QP_COPY_MODIFIERS_PVT dependencies on QP_GLOBALS

Line 1613: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR

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

Line 1615: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR

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

Line 1617: , p_request_type => QP_Globals.G_UPGRADE_PRICE_BREAKS

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

Line 1628: ( p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR

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