DBA Data[Home] [Help]

APPS.ISC_DBI_BSA_OBJECTS_C dependencies on ISC_BOOK_SUM2_F

Line 205: isc_book_sum2_f book

201: oe_blanket_headers_ext bhe,
202: oe_blanket_lines_all bl,
203: oe_blanket_lines_ext ble,
204: oe_reasons r,
205: isc_book_sum2_f book
206: where bh.order_number = bhe.order_number
207: and bh.header_id = bl.header_id
208: and bl.line_id = ble.line_id
209: and r.entity_code(+) = 'BLANKET_HEADER'

Line 913: isc_book_sum2_f book

909: oe_blanket_headers_ext bhe,
910: oe_blanket_lines_all bl,
911: oe_blanket_lines_ext ble,
912: oe_reasons r,
913: isc_book_sum2_f book
914: where bh.order_number = bhe.order_number
915: and bh.header_id = bl.header_id
916: and bl.line_id = ble.line_id
917: and r.entity_code(+) = 'BLANKET_HEADER'