DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_PRICE_ADJ_ATTRIBS

Line 64: DELETE FROM oe_price_adj_attribs

60: --
61: DELETE FROM oe_price_adj_assocs
62: WHERE price_adjustment_id = l_adjustment_id;
63: --
64: DELETE FROM oe_price_adj_attribs
65: WHERE price_adjustment_id = l_adjustment_id;
66: --
67: DELETE FROM oe_price_adjustments
68: WHERE price_adjustment_id = l_adjustment_id;

Line 90: DELETE FROM oe_price_adj_attribs

86: --
87: DELETE FROM oe_price_adj_assocs
88: WHERE price_adjustment_id = l_adjustment_id;
89: --
90: DELETE FROM oe_price_adj_attribs
91: WHERE price_adjustment_id = l_adjustment_id;
92: --
93: DELETE FROM oe_price_adjustments
94: WHERE price_adjustment_id = l_adjustment_id;