DBA Data[Home] [Help]

APPS.ICX_LOAD_REQ_INTERFACE dependencies on FND_USER

Line 189: FND_USER fwu

185: icx_shopping_cart_lines ici,
186: mtl_system_items msi,
187: po_headers poh,
188: hr_employees_current_v hrev,
189: FND_USER fwu
190: where isc.shopper_id = fwu.user_id
191: and isc.saved_flag = '0'
192: and ici.cart_id = isc.cart_id
193: and ici.autosource_doc_header_id = poh.po_header_id (+)