DBA Data[Home] [Help]

APPS.OE_BIS dependencies on OE_BIS_CANCELLED_BOOKINGS_V

Line 327: from oe_bis_cancelled_bookings_v

323: 'Y', gl_currency_API.get_rate(currency_code, bbb.currency_code,
324: trunc(sysdate),'Corporate'),
325: 1) *
326: selling_price * cancelled_quantity)
327: from oe_bis_cancelled_bookings_v
328: where cancel_date between bbb.period_start and bbb.period_end
329: and nvl(p_org_id,ou_id) = ou_id);
330:
331: