DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on FND_USER

Line 1110: mtl_parameters mp, fnd_user fu, mtl_system_items msi,

1106: sl.source_type_code, decode(msi.inventory_asset_flag,
1107: 'Y', mp.material_account, nvl(msi.expense_account,
1108: mp.expense_account)), nvl(pla.location_id, -1)
1109: FROM po_location_associations pla, oe_order_lines_all sl,
1110: mtl_parameters mp, fnd_user fu, mtl_system_items msi,
1111: oe_order_headers sh
1112: WHERE sl.header_id = sh.header_id
1113: AND sl.line_id = p_line_id
1114: AND fu.user_id = sh.created_by