DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 1234: from oe_order_headers_all a,

1230: and mtl.organization_id = cs_std.get_item_valdn_orgzn_id;
1231:
1232: Cursor c_get_org (p_order_header_id number) is
1233: Select nvl(b.ship_from_org_id,a.ship_from_org_id)
1234: from oe_order_headers_all a,
1235: oe_order_lines_all b
1236: where a.header_id = b.header_id
1237: and a.header_id = p_order_header_id;
1238: