DBA Data[Home] [Help]

APPS.OE_INF_POPULATE_PUB dependencies on OE_PRICE_ADJUSTMENTS

Line 1294: from oe_price_adjustments

1290: , -1 /*NOT NULL*/
1291: , 0 /*NULL*/
1292: , '' /*NULL*/
1293: , l_sold_to_org_id /*NULL*/
1294: from oe_price_adjustments
1295: where header_id = old_header_id_v
1296: and line_id is null
1297: and applied_Flag = 'Y';
1298:

Line 1670: from oe_price_adjustments

1666: , -1 /*NOT NULL*/
1667: , 0 /*NULL*/
1668: , '' /*NULL*/
1669: , l_sold_to_org_id /*NULL*/
1670: from oe_price_adjustments
1671: where header_id = old_header_id_v
1672: and line_id is not null
1673: and applied_Flag = 'Y';
1674: