DBA Data[Home] [Help]

APPS.WIP_ONLINE_MTL_TXN_PROCESSOR dependencies on WIP_LPN_COMPLETIONS_SERIALS

Line 15: FROM wip_lpn_completions wlc, wip_lpn_completions_serials wlcs

11: SELECT wlc.inventory_item_id,
12: wlc.organization_id,
13: wlcs.fm_serial_number,
14: wlcs.to_serial_number
15: FROM wip_lpn_completions wlc, wip_lpn_completions_serials wlcs
16: WHERE wlc.header_id = p_header_id
17: and wlc.header_id = wlcs.header_id;
18:
19: l_msg_count NUMBER;