DBA Data[Home] [Help]

APPS.OM_REPORTS_COMMON_PKG dependencies on OE_SALES_CREDITS

Line 41: select s.line_id from oe_sales_credits s

37: INTO ans
38: FROM oe_order_lines_all l
39: WHERE l.header_id=p_header and
40: l.line_id not in (
41: select s.line_id from oe_sales_credits s
42: where s.header_id=p_header
43: and s.line_id is not null);
44: RETURN ans;
45: